Shades of Deluge #886FB4
Tints of Deluge #886FB4
RGB
CMYK
RGB Variations
Color information
#886FB4 (or 0x886FB4) is known color: Deluge. HEX triplet: 88, 6F and B4. RGB value is (136,111,180). Sum of RGB (Red+Green+Blue) = 136+111+180=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #886FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886FB4 is #77904B. Grayscale: #7E7E7E. Windows color (decimal): -7835724 or 11825032. OLE color: 11825032.
HSL color Cylindrical-coordinate representation of color #886FB4: hue angle of 261.74º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886FB4 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 111 | 180 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.29 |
| HSL | 261.74º | 0.32% | 0.57% | - |
| HSV(B) | 261.74º | 0.38% | 0.71% | - |
| XYZ | 24.08 | 19.9 | 45.75 | - |
| YUV | 126.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 180 | 0.24 | 0.38 | 0 | 0.29 | 261.74 | 0.32 | 0.57 |
| Hex | 88 | 6F | B4 | 18 | 26 | 0 | 1D | 106 | 20 | 39 |
| Octal | 210 | 157 | 264 | 30 | 46 | 0 | 35 | 406 | 40 | 71 |
| Binary | 10001000 | 1101111 | 10110100 | 11000 | 100110 | 0 | 11101 | 100000110 | 100000 | 111001 |
Color Harmonies of #886FB4
Complementary color
Monochromatic Colors of #886FB4
Black with #886FB4
Text Example
Text Example
White with #886FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FB4; }
p { color: rgb(136,111,180); }
H1.HeaderClassName
{
color: #886FB4;
}
.AnyTagClassName
{
color: #886FB4;
}
</style>
background-color css
<style>
a { background-color: #886FB4; }
a { background-color: rgb(136,111,180); }
div.DivClassName
{
background-color: #886FB4;
}
.BgClassName
{
background-color: #886FB4;
}
</style>
border-color css
<style>
span { border-color: #886FB4; }
span { border-color: rgb(136,111,180); }
td.TdClassName
{
border-color: #886FB4;
}
.TagClassName
{
border-color: #886FB4;
}
</style>