Shades of Deluge #886FA3
Tints of Deluge #886FA3
RGB
CMYK
RGB Variations
Color information
#886FA3 (or 0x886FA3) is known color: Deluge. HEX triplet: 88, 6F and A3. RGB value is (136,111,163). Sum of RGB (Red+Green+Blue) = 136+111+163=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 163 - color contains mainly: blue. Hex color #886FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886FA3 is #77905C. Grayscale: #7C7C7C. Windows color (decimal): -7835741 or 10710920. OLE color: 10710920.
HSL color Cylindrical-coordinate representation of color #886FA3: hue angle of 268.85º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886FA3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 111 | 163 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.36 |
| HSL | 268.85º | 0.22% | 0.54% | - |
| HSV(B) | 268.85º | 0.32% | 0.64% | - |
| XYZ | 22.45 | 19.25 | 37.18 | - |
| YUV | 124.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 163 | 0.17 | 0.32 | 0 | 0.36 | 268.85 | 0.22 | 0.54 |
| Hex | 88 | 6F | A3 | 11 | 20 | 0 | 24 | 10D | 16 | 36 |
| Octal | 210 | 157 | 243 | 21 | 40 | 0 | 44 | 415 | 26 | 66 |
| Binary | 10001000 | 1101111 | 10100011 | 10001 | 100000 | 0 | 100100 | 100001101 | 10110 | 110110 |
Color Harmonies of #886FA3
Complementary color
Monochromatic Colors of #886FA3
Black with #886FA3
Text Example
Text Example
White with #886FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886FA3; }
p { color: rgb(136,111,163); }
H1.HeaderClassName
{
color: #886FA3;
}
.AnyTagClassName
{
color: #886FA3;
}
</style>
background-color css
<style>
a { background-color: #886FA3; }
a { background-color: rgb(136,111,163); }
div.DivClassName
{
background-color: #886FA3;
}
.BgClassName
{
background-color: #886FA3;
}
</style>
border-color css
<style>
span { border-color: #886FA3; }
span { border-color: rgb(136,111,163); }
td.TdClassName
{
border-color: #886FA3;
}
.TagClassName
{
border-color: #886FA3;
}
</style>