Shades of True V #917CBF
Tints of True V #917CBF
RGB
CMYK
RGB Variations
Color information
#917CBF (or 0x917CBF) is known color: True V. HEX triplet: 91, 7C and BF. RGB value is (145,124,191). Sum of RGB (Red+Green+Blue) = 145+124+191=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #917CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CBF is #6E8340. Grayscale: #898989. Windows color (decimal): -7242561 or 12549265. OLE color: 12549265.
HSL color Cylindrical-coordinate representation of color #917CBF: hue angle of 258.81º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #917CBF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 124 | 191 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.25 |
| HSL | 258.81º | 0.34% | 0.62% | - |
| HSV(B) | 258.81º | 0.35% | 0.75% | - |
| XYZ | 28.29 | 24.2 | 52.47 | - |
| YUV | 137.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 191 | 0.24 | 0.35 | 0 | 0.25 | 258.81 | 0.34 | 0.62 |
| Hex | 91 | 7C | BF | 18 | 23 | 0 | 19 | 103 | 22 | 3E |
| Octal | 221 | 174 | 277 | 30 | 43 | 0 | 31 | 403 | 42 | 76 |
| Binary | 10010001 | 1111100 | 10111111 | 11000 | 100011 | 0 | 11001 | 100000011 | 100010 | 111110 |
Color Harmonies of #917CBF
Complementary color
Monochromatic Colors of #917CBF
Black with #917CBF
Text Example
Text Example
White with #917CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CBF; }
p { color: rgb(145,124,191); }
H1.HeaderClassName
{
color: #917CBF;
}
.AnyTagClassName
{
color: #917CBF;
}
</style>
background-color css
<style>
a { background-color: #917CBF; }
a { background-color: rgb(145,124,191); }
div.DivClassName
{
background-color: #917CBF;
}
.BgClassName
{
background-color: #917CBF;
}
</style>
border-color css
<style>
span { border-color: #917CBF; }
span { border-color: rgb(145,124,191); }
td.TdClassName
{
border-color: #917CBF;
}
.TagClassName
{
border-color: #917CBF;
}
</style>