Shades of Deluge #8978AB
Tints of Deluge #8978AB
RGB
CMYK
RGB Variations
Color information
#8978AB (or 0x8978AB) is known color: Deluge. HEX triplet: 89, 78 and AB. RGB value is (137,120,171). Sum of RGB (Red+Green+Blue) = 137+120+171=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #8978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8978AB is #768754. Grayscale: #828282. Windows color (decimal): -7767893 or 11237513. OLE color: 11237513.
HSL color Cylindrical-coordinate representation of color #8978AB: hue angle of 260º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8978AB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 120 | 171 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.33 |
| HSL | 260º | 0.23% | 0.57% | - |
| HSV(B) | 260º | 0.3% | 0.67% | - |
| XYZ | 24.38 | 21.69 | 41.43 | - |
| YUV | 130.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 171 | 0.20 | 0.30 | 0 | 0.33 | 260 | 0.23 | 0.57 |
| Hex | 89 | 78 | AB | 14 | 1E | 0 | 21 | 104 | 17 | 39 |
| Octal | 211 | 170 | 253 | 24 | 36 | 0 | 41 | 404 | 27 | 71 |
| Binary | 10001001 | 1111000 | 10101011 | 10100 | 11110 | 0 | 100001 | 100000100 | 10111 | 111001 |
Color Harmonies of #8978AB
Complementary color
Monochromatic Colors of #8978AB
Black with #8978AB
Text Example
Text Example
White with #8978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8978AB; }
p { color: rgb(137,120,171); }
H1.HeaderClassName
{
color: #8978AB;
}
.AnyTagClassName
{
color: #8978AB;
}
</style>
background-color css
<style>
a { background-color: #8978AB; }
a { background-color: rgb(137,120,171); }
div.DivClassName
{
background-color: #8978AB;
}
.BgClassName
{
background-color: #8978AB;
}
</style>
border-color css
<style>
span { border-color: #8978AB; }
span { border-color: rgb(137,120,171); }
td.TdClassName
{
border-color: #8978AB;
}
.TagClassName
{
border-color: #8978AB;
}
</style>