Shades of Deluge #8868AE
Tints of Deluge #8868AE
RGB
CMYK
RGB Variations
Color information
#8868AE (or 0x8868AE) is known color: Deluge. HEX triplet: 88, 68 and AE. RGB value is (136,104,174). Sum of RGB (Red+Green+Blue) = 136+104+174=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #8868AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8868AE is #779751. Grayscale: #797979. Windows color (decimal): -7837522 or 11430024. OLE color: 11430024.
HSL color Cylindrical-coordinate representation of color #8868AE: hue angle of 267.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8868AE is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 104 | 174 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.32 |
| HSL | 267.43º | 0.3% | 0.55% | - |
| HSV(B) | 267.43º | 0.4% | 0.68% | - |
| XYZ | 22.74 | 18.19 | 42.36 | - |
| YUV | 121.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 174 | 0.22 | 0.40 | 0 | 0.32 | 267.43 | 0.3 | 0.55 |
| Hex | 88 | 68 | AE | 16 | 28 | 0 | 20 | 10B | 1E | 37 |
| Octal | 210 | 150 | 256 | 26 | 50 | 0 | 40 | 413 | 36 | 67 |
| Binary | 10001000 | 1101000 | 10101110 | 10110 | 101000 | 0 | 100000 | 100001011 | 11110 | 110111 |
Color Harmonies of #8868AE
Complementary color
Monochromatic Colors of #8868AE
Black with #8868AE
Text Example
Text Example
White with #8868AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868AE; }
p { color: rgb(136,104,174); }
H1.HeaderClassName
{
color: #8868AE;
}
.AnyTagClassName
{
color: #8868AE;
}
</style>
background-color css
<style>
a { background-color: #8868AE; }
a { background-color: rgb(136,104,174); }
div.DivClassName
{
background-color: #8868AE;
}
.BgClassName
{
background-color: #8868AE;
}
</style>
border-color css
<style>
span { border-color: #8868AE; }
span { border-color: rgb(136,104,174); }
td.TdClassName
{
border-color: #8868AE;
}
.TagClassName
{
border-color: #8868AE;
}
</style>