Shades of Deluge #8874A2
Tints of Deluge #8874A2
RGB
CMYK
RGB Variations
Color information
#8874A2 (or 0x8874A2) is known color: Deluge. HEX triplet: 88, 74 and A2. RGB value is (136,116,162). Sum of RGB (Red+Green+Blue) = 136+116+162=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 162 - color contains mainly: blue. Hex color #8874A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8874A2 is #778B5D. Grayscale: #7F7F7F. Windows color (decimal): -7834462 or 10646664. OLE color: 10646664.
HSL color Cylindrical-coordinate representation of color #8874A2: hue angle of 266.09º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8874A2 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 116 | 162 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.36 |
| HSL | 266.09º | 0.2% | 0.55% | - |
| HSV(B) | 266.09º | 0.28% | 0.64% | - |
| XYZ | 22.92 | 20.33 | 36.9 | - |
| YUV | 127.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 162 | 0.16 | 0.28 | 0 | 0.36 | 266.09 | 0.2 | 0.55 |
| Hex | 88 | 74 | A2 | 10 | 1C | 0 | 24 | 10A | 14 | 37 |
| Octal | 210 | 164 | 242 | 20 | 34 | 0 | 44 | 412 | 24 | 67 |
| Binary | 10001000 | 1110100 | 10100010 | 10000 | 11100 | 0 | 100100 | 100001010 | 10100 | 110111 |
Color Harmonies of #8874A2
Complementary color
Monochromatic Colors of #8874A2
Black with #8874A2
Text Example
Text Example
White with #8874A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8874A2; }
p { color: rgb(136,116,162); }
H1.HeaderClassName
{
color: #8874A2;
}
.AnyTagClassName
{
color: #8874A2;
}
</style>
background-color css
<style>
a { background-color: #8874A2; }
a { background-color: rgb(136,116,162); }
div.DivClassName
{
background-color: #8874A2;
}
.BgClassName
{
background-color: #8874A2;
}
</style>
border-color css
<style>
span { border-color: #8874A2; }
span { border-color: rgb(136,116,162); }
td.TdClassName
{
border-color: #8874A2;
}
.TagClassName
{
border-color: #8874A2;
}
</style>