Shades of Deluge #8878AD
Tints of Deluge #8878AD
RGB
CMYK
RGB Variations
Color information
#8878AD (or 0x8878AD) is known color: Deluge. HEX triplet: 88, 78 and AD. RGB value is (136,120,173). Sum of RGB (Red+Green+Blue) = 136+120+173=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #8878AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8878AD is #778752. Grayscale: #828282. Windows color (decimal): -7833427 or 11368584. OLE color: 11368584.
HSL color Cylindrical-coordinate representation of color #8878AD: hue angle of 258.11º 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 #8878AD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 120 | 173 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.32 |
| HSL | 258.11º | 0.24% | 0.57% | - |
| HSV(B) | 258.11º | 0.31% | 0.68% | - |
| XYZ | 24.41 | 21.68 | 42.43 | - |
| YUV | 130.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 173 | 0.21 | 0.31 | 0 | 0.32 | 258.11 | 0.24 | 0.57 |
| Hex | 88 | 78 | AD | 15 | 1F | 0 | 20 | 102 | 18 | 39 |
| Octal | 210 | 170 | 255 | 25 | 37 | 0 | 40 | 402 | 30 | 71 |
| Binary | 10001000 | 1111000 | 10101101 | 10101 | 11111 | 0 | 100000 | 100000010 | 11000 | 111001 |
Color Harmonies of #8878AD
Complementary color
Monochromatic Colors of #8878AD
Black with #8878AD
Text Example
Text Example
White with #8878AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878AD; }
p { color: rgb(136,120,173); }
H1.HeaderClassName
{
color: #8878AD;
}
.AnyTagClassName
{
color: #8878AD;
}
</style>
background-color css
<style>
a { background-color: #8878AD; }
a { background-color: rgb(136,120,173); }
div.DivClassName
{
background-color: #8878AD;
}
.BgClassName
{
background-color: #8878AD;
}
</style>
border-color css
<style>
span { border-color: #8878AD; }
span { border-color: rgb(136,120,173); }
td.TdClassName
{
border-color: #8878AD;
}
.TagClassName
{
border-color: #8878AD;
}
</style>