Shades of True V #917EBC
Tints of True V #917EBC
RGB
CMYK
RGB Variations
Color information
#917EBC (or 0x917EBC) is known color: True V. HEX triplet: 91, 7E and BC. RGB value is (145,126,188). Sum of RGB (Red+Green+Blue) = 145+126+188=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #917EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917EBC is #6E8143. Grayscale: #8A8A8A. Windows color (decimal): -7242052 or 12353169. OLE color: 12353169.
HSL color Cylindrical-coordinate representation of color #917EBC: hue angle of 258.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #917EBC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 126 | 188 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.26 |
| HSL | 258.39º | 0.32% | 0.62% | - |
| HSV(B) | 258.39º | 0.33% | 0.74% | - |
| XYZ | 28.22 | 24.57 | 50.83 | - |
| YUV | 138.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 188 | 0.23 | 0.33 | 0 | 0.26 | 258.39 | 0.32 | 0.62 |
| Hex | 91 | 7E | BC | 17 | 21 | 0 | 1A | 102 | 20 | 3E |
| Octal | 221 | 176 | 274 | 27 | 41 | 0 | 32 | 402 | 40 | 76 |
| Binary | 10010001 | 1111110 | 10111100 | 10111 | 100001 | 0 | 11010 | 100000010 | 100000 | 111110 |
Color Harmonies of #917EBC
Complementary color
Monochromatic Colors of #917EBC
Black with #917EBC
Text Example
Text Example
White with #917EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EBC; }
p { color: rgb(145,126,188); }
H1.HeaderClassName
{
color: #917EBC;
}
.AnyTagClassName
{
color: #917EBC;
}
</style>
background-color css
<style>
a { background-color: #917EBC; }
a { background-color: rgb(145,126,188); }
div.DivClassName
{
background-color: #917EBC;
}
.BgClassName
{
background-color: #917EBC;
}
</style>
border-color css
<style>
span { border-color: #917EBC; }
span { border-color: rgb(145,126,188); }
td.TdClassName
{
border-color: #917EBC;
}
.TagClassName
{
border-color: #917EBC;
}
</style>