Shades of Deluge #886EB0
Tints of Deluge #886EB0
RGB
CMYK
RGB Variations
Color information
#886EB0 (or 0x886EB0) is known color: Deluge. HEX triplet: 88, 6E and B0. RGB value is (136,110,176). Sum of RGB (Red+Green+Blue) = 136+110+176=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 176 - color contains mainly: blue. Hex color #886EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886EB0 is #77914F. Grayscale: #7D7D7D. Windows color (decimal): -7835984 or 11562632. OLE color: 11562632.
HSL color Cylindrical-coordinate representation of color #886EB0: hue angle of 263.64º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886EB0 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 110 | 176 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.31 |
| HSL | 263.64º | 0.29% | 0.56% | - |
| HSV(B) | 263.64º | 0.38% | 0.69% | - |
| XYZ | 23.57 | 19.52 | 43.6 | - |
| YUV | 125.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 176 | 0.23 | 0.37 | 0 | 0.31 | 263.64 | 0.29 | 0.56 |
| Hex | 88 | 6E | B0 | 17 | 25 | 0 | 1F | 108 | 1D | 38 |
| Octal | 210 | 156 | 260 | 27 | 45 | 0 | 37 | 410 | 35 | 70 |
| Binary | 10001000 | 1101110 | 10110000 | 10111 | 100101 | 0 | 11111 | 100001000 | 11101 | 111000 |
Color Harmonies of #886EB0
Complementary color
Monochromatic Colors of #886EB0
Black with #886EB0
Text Example
Text Example
White with #886EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886EB0; }
p { color: rgb(136,110,176); }
H1.HeaderClassName
{
color: #886EB0;
}
.AnyTagClassName
{
color: #886EB0;
}
</style>
background-color css
<style>
a { background-color: #886EB0; }
a { background-color: rgb(136,110,176); }
div.DivClassName
{
background-color: #886EB0;
}
.BgClassName
{
background-color: #886EB0;
}
</style>
border-color css
<style>
span { border-color: #886EB0; }
span { border-color: rgb(136,110,176); }
td.TdClassName
{
border-color: #886EB0;
}
.TagClassName
{
border-color: #886EB0;
}
</style>