Shades of Deluge #8978AD
Tints of Deluge #8978AD
RGB
CMYK
RGB Variations
Color information
#8978AD (or 0x8978AD) is known color: Deluge. HEX triplet: 89, 78 and AD. RGB value is (137,120,173). Sum of RGB (Red+Green+Blue) = 137+120+173=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8978AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978AD is #768752. Grayscale: #828282. Windows color (decimal): -7767891 or 11368585. OLE color: 11368585.
HSL color Cylindrical-coordinate representation of color #8978AD: hue angle of 259.25º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8978AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 120 | 173 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.32 |
| HSL | 259.25º | 0.24% | 0.57% | - |
| HSV(B) | 259.25º | 0.31% | 0.68% | - |
| XYZ | 24.58 | 21.77 | 42.44 | - |
| YUV | 131.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 173 | 0.21 | 0.31 | 0 | 0.32 | 259.25 | 0.24 | 0.57 |
| Hex | 89 | 78 | AD | 15 | 1F | 0 | 20 | 103 | 18 | 39 |
| Octal | 211 | 170 | 255 | 25 | 37 | 0 | 40 | 403 | 30 | 71 |
| Binary | 10001001 | 1111000 | 10101101 | 10101 | 11111 | 0 | 100000 | 100000011 | 11000 | 111001 |
Color Harmonies of #8978AD
Complementary color
Monochromatic Colors of #8978AD
Black with #8978AD
Text Example
Text Example
White with #8978AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978AD; }
p { color: rgb(137,120,173); }
H1.HeaderClassName
{
color: #8978AD;
}
.AnyTagClassName
{
color: #8978AD;
}
</style>
background-color css
<style>
a { background-color: #8978AD; }
a { background-color: rgb(137,120,173); }
div.DivClassName
{
background-color: #8978AD;
}
.BgClassName
{
background-color: #8978AD;
}
</style>
border-color css
<style>
span { border-color: #8978AD; }
span { border-color: rgb(137,120,173); }
td.TdClassName
{
border-color: #8978AD;
}
.TagClassName
{
border-color: #8978AD;
}
</style>