Shades of True V #8976BF
Tints of True V #8976BF
RGB
CMYK
RGB Variations
Color information
#8976BF (or 0x8976BF) is known color: True V. HEX triplet: 89, 76 and BF. RGB value is (137,118,191). Sum of RGB (Red+Green+Blue) = 137+118+191=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #8976BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976BF is #768940. Grayscale: #838383. Windows color (decimal): -7768385 or 12547721. OLE color: 12547721.
HSL color Cylindrical-coordinate representation of color #8976BF: hue angle of 255.62º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8976BF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 118 | 191 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.25 |
| HSL | 255.62º | 0.36% | 0.61% | - |
| HSV(B) | 255.62º | 0.38% | 0.75% | - |
| XYZ | 26.2 | 22.04 | 52.16 | - |
| YUV | 132 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 191 | 0.28 | 0.38 | 0 | 0.25 | 255.62 | 0.36 | 0.61 |
| Hex | 89 | 76 | BF | 1C | 26 | 0 | 19 | 100 | 24 | 3D |
| Octal | 211 | 166 | 277 | 34 | 46 | 0 | 31 | 400 | 44 | 75 |
| Binary | 10001001 | 1110110 | 10111111 | 11100 | 100110 | 0 | 11001 | 100000000 | 100100 | 111101 |
Color Harmonies of #8976BF
Complementary color
Monochromatic Colors of #8976BF
Black with #8976BF
Text Example
Text Example
White with #8976BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976BF; }
p { color: rgb(137,118,191); }
H1.HeaderClassName
{
color: #8976BF;
}
.AnyTagClassName
{
color: #8976BF;
}
</style>
background-color css
<style>
a { background-color: #8976BF; }
a { background-color: rgb(137,118,191); }
div.DivClassName
{
background-color: #8976BF;
}
.BgClassName
{
background-color: #8976BF;
}
</style>
border-color css
<style>
span { border-color: #8976BF; }
span { border-color: rgb(137,118,191); }
td.TdClassName
{
border-color: #8976BF;
}
.TagClassName
{
border-color: #8976BF;
}
</style>