Shades of True V #8978BA
Tints of True V #8978BA
RGB
CMYK
RGB Variations
Color information
#8978BA (or 0x8978BA) is known color: True V. HEX triplet: 89, 78 and BA. RGB value is (137,120,186). Sum of RGB (Red+Green+Blue) = 137+120+186=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #8978BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978BA is #768745. Grayscale: #848484. Windows color (decimal): -7767878 or 12220553. OLE color: 12220553.
HSL color Cylindrical-coordinate representation of color #8978BA: hue angle of 255.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8978BA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 120 | 186 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.27 |
| HSL | 255.45º | 0.32% | 0.6% | - |
| HSV(B) | 255.45º | 0.35% | 0.73% | - |
| XYZ | 25.9 | 22.3 | 49.39 | - |
| YUV | 132.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 186 | 0.26 | 0.35 | 0 | 0.27 | 255.45 | 0.32 | 0.6 |
| Hex | 89 | 78 | BA | 1A | 23 | 0 | 1B | FF | 20 | 3C |
| Octal | 211 | 170 | 272 | 32 | 43 | 0 | 33 | 377 | 40 | 74 |
| Binary | 10001001 | 1111000 | 10111010 | 11010 | 100011 | 0 | 11011 | 11111111 | 100000 | 111100 |
Color Harmonies of #8978BA
Complementary color
Monochromatic Colors of #8978BA
Black with #8978BA
Text Example
Text Example
White with #8978BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978BA; }
p { color: rgb(137,120,186); }
H1.HeaderClassName
{
color: #8978BA;
}
.AnyTagClassName
{
color: #8978BA;
}
</style>
background-color css
<style>
a { background-color: #8978BA; }
a { background-color: rgb(137,120,186); }
div.DivClassName
{
background-color: #8978BA;
}
.BgClassName
{
background-color: #8978BA;
}
</style>
border-color css
<style>
span { border-color: #8978BA; }
span { border-color: rgb(137,120,186); }
td.TdClassName
{
border-color: #8978BA;
}
.TagClassName
{
border-color: #8978BA;
}
</style>