Shades of True V #8978BC
Tints of True V #8978BC
RGB
CMYK
RGB Variations
Color information
#8978BC (or 0x8978BC) is known color: True V. HEX triplet: 89, 78 and BC. RGB value is (137,120,188). Sum of RGB (Red+Green+Blue) = 137+120+188=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8978BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978BC is #768743. Grayscale: #848484. Windows color (decimal): -7767876 or 12351625. OLE color: 12351625.
HSL color Cylindrical-coordinate representation of color #8978BC: hue angle of 255º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8978BC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 120 | 188 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.26 |
| HSL | 255º | 0.34% | 0.6% | - |
| HSV(B) | 255º | 0.36% | 0.74% | - |
| XYZ | 26.11 | 22.38 | 50.52 | - |
| YUV | 132.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 188 | 0.27 | 0.36 | 0 | 0.26 | 255 | 0.34 | 0.6 |
| Hex | 89 | 78 | BC | 1B | 24 | 0 | 1A | FF | 22 | 3C |
| Octal | 211 | 170 | 274 | 33 | 44 | 0 | 32 | 377 | 42 | 74 |
| Binary | 10001001 | 1111000 | 10111100 | 11011 | 100100 | 0 | 11010 | 11111111 | 100010 | 111100 |
Color Harmonies of #8978BC
Complementary color
Monochromatic Colors of #8978BC
Black with #8978BC
Text Example
Text Example
White with #8978BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978BC; }
p { color: rgb(137,120,188); }
H1.HeaderClassName
{
color: #8978BC;
}
.AnyTagClassName
{
color: #8978BC;
}
</style>
background-color css
<style>
a { background-color: #8978BC; }
a { background-color: rgb(137,120,188); }
div.DivClassName
{
background-color: #8978BC;
}
.BgClassName
{
background-color: #8978BC;
}
</style>
border-color css
<style>
span { border-color: #8978BC; }
span { border-color: rgb(137,120,188); }
td.TdClassName
{
border-color: #8978BC;
}
.TagClassName
{
border-color: #8978BC;
}
</style>