Shades of True V #8977BF
Tints of True V #8977BF
RGB
CMYK
RGB Variations
Color information
#8977BF (or 0x8977BF) is known color: True V. HEX triplet: 89, 77 and BF. RGB value is (137,119,191). Sum of RGB (Red+Green+Blue) = 137+119+191=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #8977BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977BF is #768840. Grayscale: #848484. Windows color (decimal): -7768129 or 12547977. OLE color: 12547977.
HSL color Cylindrical-coordinate representation of color #8977BF: hue angle of 255º 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 #8977BF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 119 | 191 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.25 |
| HSL | 255º | 0.36% | 0.61% | - |
| HSV(B) | 255º | 0.38% | 0.75% | - |
| XYZ | 26.32 | 22.27 | 52.2 | - |
| YUV | 132.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 191 | 0.28 | 0.38 | 0 | 0.25 | 255 | 0.36 | 0.61 |
| Hex | 89 | 77 | BF | 1C | 26 | 0 | 19 | FF | 24 | 3D |
| Octal | 211 | 167 | 277 | 34 | 46 | 0 | 31 | 377 | 44 | 75 |
| Binary | 10001001 | 1110111 | 10111111 | 11100 | 100110 | 0 | 11001 | 11111111 | 100100 | 111101 |
Color Harmonies of #8977BF
Complementary color
Monochromatic Colors of #8977BF
Black with #8977BF
Text Example
Text Example
White with #8977BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977BF; }
p { color: rgb(137,119,191); }
H1.HeaderClassName
{
color: #8977BF;
}
.AnyTagClassName
{
color: #8977BF;
}
</style>
background-color css
<style>
a { background-color: #8977BF; }
a { background-color: rgb(137,119,191); }
div.DivClassName
{
background-color: #8977BF;
}
.BgClassName
{
background-color: #8977BF;
}
</style>
border-color css
<style>
span { border-color: #8977BF; }
span { border-color: rgb(137,119,191); }
td.TdClassName
{
border-color: #8977BF;
}
.TagClassName
{
border-color: #8977BF;
}
</style>