Shades of True V #967BCC
Tints of True V #967BCC
RGB
CMYK
RGB Variations
Color information
#967BCC (or 0x967BCC) is known color: True V. HEX triplet: 96, 7B and CC. RGB value is (150,123,204). Sum of RGB (Red+Green+Blue) = 150+123+204=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #967BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCC is #698433. Grayscale: #8C8C8C. Windows color (decimal): -6915124 or 13400982. OLE color: 13400982.
HSL color Cylindrical-coordinate representation of color #967BCC: hue angle of 260º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967BCC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 123 | 204 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.2 |
| HSL | 260º | 0.44% | 0.64% | - |
| HSV(B) | 260º | 0.4% | 0.8% | - |
| XYZ | 30.56 | 25.01 | 60.34 | - |
| YUV | 140.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 204 | 0.26 | 0.40 | 0 | 0.2 | 260 | 0.44 | 0.64 |
| Hex | 96 | 7B | CC | 1A | 28 | 0 | 14 | 104 | 2C | 40 |
| Octal | 226 | 173 | 314 | 32 | 50 | 0 | 24 | 404 | 54 | 100 |
| Binary | 10010110 | 1111011 | 11001100 | 11010 | 101000 | 0 | 10100 | 100000100 | 101100 | 1000000 |
Color Harmonies of #967BCC
Complementary color
Monochromatic Colors of #967BCC
Black with #967BCC
Text Example
Text Example
White with #967BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BCC; }
p { color: rgb(150,123,204); }
H1.HeaderClassName
{
color: #967BCC;
}
.AnyTagClassName
{
color: #967BCC;
}
</style>
background-color css
<style>
a { background-color: #967BCC; }
a { background-color: rgb(150,123,204); }
div.DivClassName
{
background-color: #967BCC;
}
.BgClassName
{
background-color: #967BCC;
}
</style>
border-color css
<style>
span { border-color: #967BCC; }
span { border-color: rgb(150,123,204); }
td.TdClassName
{
border-color: #967BCC;
}
.TagClassName
{
border-color: #967BCC;
}
</style>