Shades of Deluge #8978A2
Tints of Deluge #8978A2
RGB
CMYK
RGB Variations
Color information
#8978A2 (or 0x8978A2) is known color: Deluge. HEX triplet: 89, 78 and A2. RGB value is (137,120,162). Sum of RGB (Red+Green+Blue) = 137+120+162=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #8978A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978A2 is #76875D. Grayscale: #818181. Windows color (decimal): -7767902 or 10647689. OLE color: 10647689.
HSL color Cylindrical-coordinate representation of color #8978A2: hue angle of 264.29º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8978A2 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 120 | 162 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.36 |
| HSL | 264.29º | 0.18% | 0.55% | - |
| HSV(B) | 264.29º | 0.26% | 0.64% | - |
| XYZ | 23.55 | 21.36 | 37.06 | - |
| YUV | 129.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 162 | 0.15 | 0.26 | 0 | 0.36 | 264.29 | 0.18 | 0.55 |
| Hex | 89 | 78 | A2 | F | 1A | 0 | 24 | 108 | 12 | 37 |
| Octal | 211 | 170 | 242 | 17 | 32 | 0 | 44 | 410 | 22 | 67 |
| Binary | 10001001 | 1111000 | 10100010 | 1111 | 11010 | 0 | 100100 | 100001000 | 10010 | 110111 |
Color Harmonies of #8978A2
Complementary color
Monochromatic Colors of #8978A2
Black with #8978A2
Text Example
Text Example
White with #8978A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978A2; }
p { color: rgb(137,120,162); }
H1.HeaderClassName
{
color: #8978A2;
}
.AnyTagClassName
{
color: #8978A2;
}
</style>
background-color css
<style>
a { background-color: #8978A2; }
a { background-color: rgb(137,120,162); }
div.DivClassName
{
background-color: #8978A2;
}
.BgClassName
{
background-color: #8978A2;
}
</style>
border-color css
<style>
span { border-color: #8978A2; }
span { border-color: rgb(137,120,162); }
td.TdClassName
{
border-color: #8978A2;
}
.TagClassName
{
border-color: #8978A2;
}
</style>