Shades of Deluge #886AAF
Tints of Deluge #886AAF
RGB
CMYK
RGB Variations
Color information
#886AAF (or 0x886AAF) is known color: Deluge. HEX triplet: 88, 6A and AF. RGB value is (136,106,175). Sum of RGB (Red+Green+Blue) = 136+106+175=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #886AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886AAF is #779550. Grayscale: #7A7A7A. Windows color (decimal): -7837009 or 11496072. OLE color: 11496072.
HSL color Cylindrical-coordinate representation of color #886AAF: hue angle of 266.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #886AAF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 106 | 175 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.31 |
| HSL | 266.09º | 0.3% | 0.55% | - |
| HSV(B) | 266.09º | 0.39% | 0.69% | - |
| XYZ | 23.05 | 18.64 | 42.94 | - |
| YUV | 122.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 175 | 0.22 | 0.39 | 0 | 0.31 | 266.09 | 0.3 | 0.55 |
| Hex | 88 | 6A | AF | 16 | 27 | 0 | 1F | 10A | 1E | 37 |
| Octal | 210 | 152 | 257 | 26 | 47 | 0 | 37 | 412 | 36 | 67 |
| Binary | 10001000 | 1101010 | 10101111 | 10110 | 100111 | 0 | 11111 | 100001010 | 11110 | 110111 |
Color Harmonies of #886AAF
Complementary color
Monochromatic Colors of #886AAF
Black with #886AAF
Text Example
Text Example
White with #886AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886AAF; }
p { color: rgb(136,106,175); }
H1.HeaderClassName
{
color: #886AAF;
}
.AnyTagClassName
{
color: #886AAF;
}
</style>
background-color css
<style>
a { background-color: #886AAF; }
a { background-color: rgb(136,106,175); }
div.DivClassName
{
background-color: #886AAF;
}
.BgClassName
{
background-color: #886AAF;
}
</style>
border-color css
<style>
span { border-color: #886AAF; }
span { border-color: rgb(136,106,175); }
td.TdClassName
{
border-color: #886AAF;
}
.TagClassName
{
border-color: #886AAF;
}
</style>