HEX: #968CCA
RGB: (150,140,202)
#968CCA contains mainly red and blue colors. Web safe color of #968CCA is #9999CC (or #99C).
#968CCA color RGB value is (150,140,202).
RGB: (150,140,202)
(59%, 55%, 79%)
R 150 of 255 = 59%
G 140 of 255 = 55%
B 202 of 255 = 79%
R + G + B ~ 64%. #968CCA is quite light color.
R + G + B = 150 + 140 + 202 = 492 (100%)
R 150 of 492 ~ 30.49%
G 140 of 492 ~ 28.46%
B 202 of 492 ~ 41.06'%
#968CCA color CMYK value is (26,31,0,21).
CMYK: (26,31,0,21)
C26M31Y0K21 (26%, 31%, 0%, 21%)
(0.26 / 0.31 / 0.00 / 0.21)
Color #968CCA in popluar color models
96 | 8C | CA | |
---|---|---|---|
RGB | 150 | 140 | 202 |
HSL | 250° | 36.90% | 67.06% |
HSB/HSV | 250° | 30.69% | 79.22% |
CMYK | 25.74% | 30.69% | 0.00% |
20.78% |
Color #968CCA in popluar number systems.
HEX | 96 | 8C | CA |
Decimal | 150 | 140 | 202 |
Binary | 10010110 | 10001100 | 11001010 |
Octal | 226 | 214 | 312 |
Shades of #968CCA
Tints of #968CCA
Examples of css and html codes for elements with #968CCA color. Also use rgb(150,140,202) instead hex code.
.myTextColor { color: #968CCA; }
<p style="color:#968CCA">This sample text font color is #968CCA.</p>
This text font color is #968CCA.
.myBgColor { background-color: #968CCA; }
<div style="background-color:#968CCA">Inner text</div>
This div background color is #968CCA.
.myBorderColor { border: 1px solid #968CCA; }
<div style="border:3px solid #968CCA">Div</div>
This div border color is #968CCA.
.myOpacity80 { color: #968CCA; opacity: 0.8; }
<p style="color:#968CCA;opacity:0.8;">80%</p>
Text with #968CCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #968CCA;}
<p style="text-shadow: 3px 3px 1px #968CCA">Text here.</p>
This text has shadow with #968CCA color.
.textShadow {text-shadow: 3px 3px 1px #968CCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #968CCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #968CCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#968CCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#968CCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #968CCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #968CCA;
-webkit-box-shadow: 1px 1px 3px 2px #968CCA;
box-shadow: 1px 1px 3px 2px #968CCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #968CCA; -webkit-box-shadow: 1px 1px 3px 2px #968CCA; box-shadow:1px 1px 3px 2px #968CCA;">
Div content here
</div>
This text has color #968CCA on black background.
This text has color #968CCA on white background.
This text has black color on #968CCA background.
This text has white color on #968CCA background.
Complementary color for #hex is #697335.