Shades of Deluge #8879AC
Tints of Deluge #8879AC
RGB
CMYK
RGB Variations
Color information
#8879AC (or 0x8879AC) is known color: Deluge. HEX triplet: 88, 79 and AC. RGB value is (136,121,172). Sum of RGB (Red+Green+Blue) = 136+121+172=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #8879AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879AC is #778653. Grayscale: #838383. Windows color (decimal): -7833172 or 11303304. OLE color: 11303304.
HSL color Cylindrical-coordinate representation of color #8879AC: hue angle of 257.65º degrees, saturation: 0.24, 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 #8879AC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 121 | 172 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.33 |
| HSL | 257.65º | 0.24% | 0.57% | - |
| HSV(B) | 257.65º | 0.3% | 0.67% | - |
| XYZ | 24.44 | 21.89 | 41.97 | - |
| YUV | 131.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 172 | 0.21 | 0.30 | 0 | 0.33 | 257.65 | 0.24 | 0.57 |
| Hex | 88 | 79 | AC | 15 | 1E | 0 | 21 | 102 | 18 | 39 |
| Octal | 210 | 171 | 254 | 25 | 36 | 0 | 41 | 402 | 30 | 71 |
| Binary | 10001000 | 1111001 | 10101100 | 10101 | 11110 | 0 | 100001 | 100000010 | 11000 | 111001 |
Color Harmonies of #8879AC
Complementary color
Monochromatic Colors of #8879AC
Black with #8879AC
Text Example
Text Example
White with #8879AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879AC; }
p { color: rgb(136,121,172); }
H1.HeaderClassName
{
color: #8879AC;
}
.AnyTagClassName
{
color: #8879AC;
}
</style>
background-color css
<style>
a { background-color: #8879AC; }
a { background-color: rgb(136,121,172); }
div.DivClassName
{
background-color: #8879AC;
}
.BgClassName
{
background-color: #8879AC;
}
</style>
border-color css
<style>
span { border-color: #8879AC; }
span { border-color: rgb(136,121,172); }
td.TdClassName
{
border-color: #8879AC;
}
.TagClassName
{
border-color: #8879AC;
}
</style>