Shades of True V #8978B6
Tints of True V #8978B6
RGB
CMYK
RGB Variations
Color information
#8978B6 (or 0x8978B6) is known color: True V. HEX triplet: 89, 78 and B6. RGB value is (137,120,182). Sum of RGB (Red+Green+Blue) = 137+120+182=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 182 - color contains mainly: blue. Hex color #8978B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978B6 is #768749. Grayscale: #838383. Windows color (decimal): -7767882 or 11958409. OLE color: 11958409.
HSL color Cylindrical-coordinate representation of color #8978B6: hue angle of 256.45º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8978B6 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 120 | 182 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.29 |
| HSL | 256.45º | 0.3% | 0.59% | - |
| HSV(B) | 256.45º | 0.34% | 0.71% | - |
| XYZ | 25.48 | 22.13 | 47.18 | - |
| YUV | 132.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 182 | 0.25 | 0.34 | 0 | 0.29 | 256.45 | 0.3 | 0.59 |
| Hex | 89 | 78 | B6 | 19 | 22 | 0 | 1D | 100 | 1E | 3B |
| Octal | 211 | 170 | 266 | 31 | 42 | 0 | 35 | 400 | 36 | 73 |
| Binary | 10001001 | 1111000 | 10110110 | 11001 | 100010 | 0 | 11101 | 100000000 | 11110 | 111011 |
Color Harmonies of #8978B6
Complementary color
Monochromatic Colors of #8978B6
Black with #8978B6
Text Example
Text Example
White with #8978B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978B6; }
p { color: rgb(137,120,182); }
H1.HeaderClassName
{
color: #8978B6;
}
.AnyTagClassName
{
color: #8978B6;
}
</style>
background-color css
<style>
a { background-color: #8978B6; }
a { background-color: rgb(137,120,182); }
div.DivClassName
{
background-color: #8978B6;
}
.BgClassName
{
background-color: #8978B6;
}
</style>
border-color css
<style>
span { border-color: #8978B6; }
span { border-color: rgb(137,120,182); }
td.TdClassName
{
border-color: #8978B6;
}
.TagClassName
{
border-color: #8978B6;
}
</style>