Shades of Deluge #886CB4
Tints of Deluge #886CB4
RGB
CMYK
RGB Variations
Color information
#886CB4 (or 0x886CB4) is known color: Deluge. HEX triplet: 88, 6C and B4. RGB value is (136,108,180). Sum of RGB (Red+Green+Blue) = 136+108+180=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #886CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886CB4 is #77934B. Grayscale: #7C7C7C. Windows color (decimal): -7836492 or 11824264. OLE color: 11824264.
HSL color Cylindrical-coordinate representation of color #886CB4: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886CB4 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 108 | 180 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.29 |
| HSL | 263.33º | 0.32% | 0.56% | - |
| HSV(B) | 263.33º | 0.4% | 0.71% | - |
| XYZ | 23.75 | 19.25 | 45.64 | - |
| YUV | 124.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 180 | 0.24 | 0.40 | 0 | 0.29 | 263.33 | 0.32 | 0.56 |
| Hex | 88 | 6C | B4 | 18 | 28 | 0 | 1D | 107 | 20 | 38 |
| Octal | 210 | 154 | 264 | 30 | 50 | 0 | 35 | 407 | 40 | 70 |
| Binary | 10001000 | 1101100 | 10110100 | 11000 | 101000 | 0 | 11101 | 100000111 | 100000 | 111000 |
Color Harmonies of #886CB4
Complementary color
Monochromatic Colors of #886CB4
Black with #886CB4
Text Example
Text Example
White with #886CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886CB4; }
p { color: rgb(136,108,180); }
H1.HeaderClassName
{
color: #886CB4;
}
.AnyTagClassName
{
color: #886CB4;
}
</style>
background-color css
<style>
a { background-color: #886CB4; }
a { background-color: rgb(136,108,180); }
div.DivClassName
{
background-color: #886CB4;
}
.BgClassName
{
background-color: #886CB4;
}
</style>
border-color css
<style>
span { border-color: #886CB4; }
span { border-color: rgb(136,108,180); }
td.TdClassName
{
border-color: #886CB4;
}
.TagClassName
{
border-color: #886CB4;
}
</style>