Shades of True V #917BCC
Tints of True V #917BCC
RGB
CMYK
RGB Variations
Color information
#917BCC (or 0x917BCC) is known color: True V. HEX triplet: 91, 7B and CC. RGB value is (145,123,204). Sum of RGB (Red+Green+Blue) = 145+123+204=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #917BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BCC is #6E8433. Grayscale: #8A8A8A. Windows color (decimal): -7242804 or 13400977. OLE color: 13400977.
HSL color Cylindrical-coordinate representation of color #917BCC: hue angle of 256.3º 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 #917BCC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 123 | 204 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.2 |
| HSL | 256.3º | 0.44% | 0.64% | - |
| HSV(B) | 256.3º | 0.4% | 0.8% | - |
| XYZ | 29.66 | 24.55 | 60.3 | - |
| YUV | 138.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 204 | 0.29 | 0.40 | 0 | 0.2 | 256.3 | 0.44 | 0.64 |
| Hex | 91 | 7B | CC | 1D | 28 | 0 | 14 | 100 | 2C | 40 |
| Octal | 221 | 173 | 314 | 35 | 50 | 0 | 24 | 400 | 54 | 100 |
| Binary | 10010001 | 1111011 | 11001100 | 11101 | 101000 | 0 | 10100 | 100000000 | 101100 | 1000000 |
Color Harmonies of #917BCC
Complementary color
Monochromatic Colors of #917BCC
Black with #917BCC
Text Example
Text Example
White with #917BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BCC; }
p { color: rgb(145,123,204); }
H1.HeaderClassName
{
color: #917BCC;
}
.AnyTagClassName
{
color: #917BCC;
}
</style>
background-color css
<style>
a { background-color: #917BCC; }
a { background-color: rgb(145,123,204); }
div.DivClassName
{
background-color: #917BCC;
}
.BgClassName
{
background-color: #917BCC;
}
</style>
border-color css
<style>
span { border-color: #917BCC; }
span { border-color: rgb(145,123,204); }
td.TdClassName
{
border-color: #917BCC;
}
.TagClassName
{
border-color: #917BCC;
}
</style>