Shades of True V #967BCD
Tints of True V #967BCD
RGB
CMYK
RGB Variations
Color information
#967BCD (or 0x967BCD) is known color: True V. HEX triplet: 96, 7B and CD. RGB value is (150,123,205). Sum of RGB (Red+Green+Blue) = 150+123+205=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #967BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCD is #698432. Grayscale: #8C8C8C. Windows color (decimal): -6915123 or 13466518. OLE color: 13466518.
HSL color Cylindrical-coordinate representation of color #967BCD: hue angle of 259.76º degrees, saturation: 0.45, 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 #967BCD is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 123 | 205 | - |
| CMYK | 0.27 | 0.4 | 0 | 0.20 |
| HSL | 259.76º | 0.45% | 0.64% | - |
| HSV(B) | 259.76º | 0.4% | 0.8% | - |
| XYZ | 30.68 | 25.06 | 60.98 | - |
| YUV | 140.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 205 | 0.27 | 0.4 | 0 | 0.20 | 259.76 | 0.45 | 0.64 |
| Hex | 96 | 7B | CD | 1B | 28 | 0 | 14 | 104 | 2D | 40 |
| Octal | 226 | 173 | 315 | 33 | 50 | 0 | 24 | 404 | 55 | 100 |
| Binary | 10010110 | 1111011 | 11001101 | 11011 | 101000 | 0 | 10100 | 100000100 | 101101 | 1000000 |
Color Harmonies of #967BCD
Complementary color
Monochromatic Colors of #967BCD
Black with #967BCD
Text Example
Text Example
White with #967BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967BCD; }
p { color: rgb(150,123,205); }
H1.HeaderClassName
{
color: #967BCD;
}
.AnyTagClassName
{
color: #967BCD;
}
</style>
background-color css
<style>
a { background-color: #967BCD; }
a { background-color: rgb(150,123,205); }
div.DivClassName
{
background-color: #967BCD;
}
.BgClassName
{
background-color: #967BCD;
}
</style>
border-color css
<style>
span { border-color: #967BCD; }
span { border-color: rgb(150,123,205); }
td.TdClassName
{
border-color: #967BCD;
}
.TagClassName
{
border-color: #967BCD;
}
</style>