Shades of True V #917BC5
Tints of True V #917BC5
RGB
CMYK
RGB Variations
Color information
#917BC5 (or 0x917BC5) is known color: True V. HEX triplet: 91, 7B and C5. RGB value is (145,123,197). Sum of RGB (Red+Green+Blue) = 145+123+197=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 197 - color contains mainly: blue. Hex color #917BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917BC5 is #6E843A. Grayscale: #898989. Windows color (decimal): -7242811 or 12942225. OLE color: 12942225.
HSL color Cylindrical-coordinate representation of color #917BC5: hue angle of 257.84º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #917BC5 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 123 | 197 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.23 |
| HSL | 257.84º | 0.39% | 0.63% | - |
| HSV(B) | 257.84º | 0.38% | 0.77% | - |
| XYZ | 28.84 | 24.22 | 55.98 | - |
| YUV | 138.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 197 | 0.26 | 0.38 | 0 | 0.23 | 257.84 | 0.39 | 0.63 |
| Hex | 91 | 7B | C5 | 1A | 26 | 0 | 17 | 102 | 27 | 3F |
| Octal | 221 | 173 | 305 | 32 | 46 | 0 | 27 | 402 | 47 | 77 |
| Binary | 10010001 | 1111011 | 11000101 | 11010 | 100110 | 0 | 10111 | 100000010 | 100111 | 111111 |
Color Harmonies of #917BC5
Complementary color
Monochromatic Colors of #917BC5
Black with #917BC5
Text Example
Text Example
White with #917BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917BC5; }
p { color: rgb(145,123,197); }
H1.HeaderClassName
{
color: #917BC5;
}
.AnyTagClassName
{
color: #917BC5;
}
</style>
background-color css
<style>
a { background-color: #917BC5; }
a { background-color: rgb(145,123,197); }
div.DivClassName
{
background-color: #917BC5;
}
.BgClassName
{
background-color: #917BC5;
}
</style>
border-color css
<style>
span { border-color: #917BC5; }
span { border-color: rgb(145,123,197); }
td.TdClassName
{
border-color: #917BC5;
}
.TagClassName
{
border-color: #917BC5;
}
</style>