Shades of Deluge #8879AD
Tints of Deluge #8879AD
RGB
CMYK
RGB Variations
Color information
#8879AD (or 0x8879AD) is known color: Deluge. HEX triplet: 88, 79 and AD. RGB value is (136,121,173). Sum of RGB (Red+Green+Blue) = 136+121+173=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 121 (47.66% from 255 or 28.14% 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 #8879AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879AD is #778652. Grayscale: #838383. Windows color (decimal): -7833171 or 11368840. OLE color: 11368840.
HSL color Cylindrical-coordinate representation of color #8879AD: hue angle of 257.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8879AD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 121 | 173 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.32 |
| HSL | 257.31º | 0.24% | 0.58% | - |
| HSV(B) | 257.31º | 0.3% | 0.68% | - |
| XYZ | 24.53 | 21.93 | 42.47 | - |
| YUV | 131.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 173 | 0.21 | 0.30 | 0 | 0.32 | 257.31 | 0.24 | 0.58 |
| Hex | 88 | 79 | AD | 15 | 1E | 0 | 20 | 101 | 18 | 3A |
| Octal | 210 | 171 | 255 | 25 | 36 | 0 | 40 | 401 | 30 | 72 |
| Binary | 10001000 | 1111001 | 10101101 | 10101 | 11110 | 0 | 100000 | 100000001 | 11000 | 111010 |
Color Harmonies of #8879AD
Complementary color
Monochromatic Colors of #8879AD
Black with #8879AD
Text Example
Text Example
White with #8879AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879AD; }
p { color: rgb(136,121,173); }
H1.HeaderClassName
{
color: #8879AD;
}
.AnyTagClassName
{
color: #8879AD;
}
</style>
background-color css
<style>
a { background-color: #8879AD; }
a { background-color: rgb(136,121,173); }
div.DivClassName
{
background-color: #8879AD;
}
.BgClassName
{
background-color: #8879AD;
}
</style>
border-color css
<style>
span { border-color: #8879AD; }
span { border-color: rgb(136,121,173); }
td.TdClassName
{
border-color: #8879AD;
}
.TagClassName
{
border-color: #8879AD;
}
</style>