Shades of True V #917EBF
Tints of True V #917EBF
RGB
CMYK
RGB Variations
Color information
#917EBF (or 0x917EBF) is known color: True V. HEX triplet: 91, 7E and BF. RGB value is (145,126,191). Sum of RGB (Red+Green+Blue) = 145+126+191=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #917EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBF is #6E8140. Grayscale: #8A8A8A. Windows color (decimal): -7242049 or 12549777. OLE color: 12549777.
HSL color Cylindrical-coordinate representation of color #917EBF: hue angle of 257.54º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #917EBF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 126 | 191 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.25 |
| HSL | 257.54º | 0.34% | 0.62% | - |
| HSV(B) | 257.54º | 0.34% | 0.75% | - |
| XYZ | 28.54 | 24.7 | 52.55 | - |
| YUV | 139.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 191 | 0.24 | 0.34 | 0 | 0.25 | 257.54 | 0.34 | 0.62 |
| Hex | 91 | 7E | BF | 18 | 22 | 0 | 19 | 102 | 22 | 3E |
| Octal | 221 | 176 | 277 | 30 | 42 | 0 | 31 | 402 | 42 | 76 |
| Binary | 10010001 | 1111110 | 10111111 | 11000 | 100010 | 0 | 11001 | 100000010 | 100010 | 111110 |
Color Harmonies of #917EBF
Complementary color
Monochromatic Colors of #917EBF
Black with #917EBF
Text Example
Text Example
White with #917EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EBF; }
p { color: rgb(145,126,191); }
H1.HeaderClassName
{
color: #917EBF;
}
.AnyTagClassName
{
color: #917EBF;
}
</style>
background-color css
<style>
a { background-color: #917EBF; }
a { background-color: rgb(145,126,191); }
div.DivClassName
{
background-color: #917EBF;
}
.BgClassName
{
background-color: #917EBF;
}
</style>
border-color css
<style>
span { border-color: #917EBF; }
span { border-color: rgb(145,126,191); }
td.TdClassName
{
border-color: #917EBF;
}
.TagClassName
{
border-color: #917EBF;
}
</style>