Shades of True V #8979B7
Tints of True V #8979B7
RGB
CMYK
RGB Variations
Color information
#8979B7 (or 0x8979B7) is known color: True V. HEX triplet: 89, 79 and B7. RGB value is (137,121,183). Sum of RGB (Red+Green+Blue) = 137+121+183=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #8979B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979B7 is #768648. Grayscale: #848484. Windows color (decimal): -7767625 or 12024201. OLE color: 12024201.
HSL color Cylindrical-coordinate representation of color #8979B7: hue angle of 255.48º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8979B7 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 121 | 183 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.28 |
| HSL | 255.48º | 0.3% | 0.6% | - |
| HSV(B) | 255.48º | 0.34% | 0.72% | - |
| XYZ | 25.7 | 22.41 | 47.77 | - |
| YUV | 132.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 183 | 0.25 | 0.34 | 0 | 0.28 | 255.48 | 0.3 | 0.6 |
| Hex | 89 | 79 | B7 | 19 | 22 | 0 | 1C | FF | 1E | 3C |
| Octal | 211 | 171 | 267 | 31 | 42 | 0 | 34 | 377 | 36 | 74 |
| Binary | 10001001 | 1111001 | 10110111 | 11001 | 100010 | 0 | 11100 | 11111111 | 11110 | 111100 |
Color Harmonies of #8979B7
Complementary color
Monochromatic Colors of #8979B7
Black with #8979B7
Text Example
Text Example
White with #8979B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979B7; }
p { color: rgb(137,121,183); }
H1.HeaderClassName
{
color: #8979B7;
}
.AnyTagClassName
{
color: #8979B7;
}
</style>
background-color css
<style>
a { background-color: #8979B7; }
a { background-color: rgb(137,121,183); }
div.DivClassName
{
background-color: #8979B7;
}
.BgClassName
{
background-color: #8979B7;
}
</style>
border-color css
<style>
span { border-color: #8979B7; }
span { border-color: rgb(137,121,183); }
td.TdClassName
{
border-color: #8979B7;
}
.TagClassName
{
border-color: #8979B7;
}
</style>