Shades of Deluge #8872B4
Tints of Deluge #8872B4
RGB
CMYK
RGB Variations
Color information
#8872B4 (or 0x8872B4) is known color: Deluge. HEX triplet: 88, 72 and B4. RGB value is (136,114,180). Sum of RGB (Red+Green+Blue) = 136+114+180=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8872B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8872B4 is #778D4B. Grayscale: #7F7F7F. Windows color (decimal): -7834956 or 11825800. OLE color: 11825800.
HSL color Cylindrical-coordinate representation of color #8872B4: hue angle of 260º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8872B4 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 114 | 180 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.29 |
| HSL | 260º | 0.31% | 0.58% | - |
| HSV(B) | 260º | 0.37% | 0.71% | - |
| XYZ | 24.41 | 20.56 | 45.86 | - |
| YUV | 128.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 180 | 0.24 | 0.37 | 0 | 0.29 | 260 | 0.31 | 0.58 |
| Hex | 88 | 72 | B4 | 18 | 25 | 0 | 1D | 104 | 1F | 3A |
| Octal | 210 | 162 | 264 | 30 | 45 | 0 | 35 | 404 | 37 | 72 |
| Binary | 10001000 | 1110010 | 10110100 | 11000 | 100101 | 0 | 11101 | 100000100 | 11111 | 111010 |
Color Harmonies of #8872B4
Complementary color
Monochromatic Colors of #8872B4
Black with #8872B4
Text Example
Text Example
White with #8872B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872B4; }
p { color: rgb(136,114,180); }
H1.HeaderClassName
{
color: #8872B4;
}
.AnyTagClassName
{
color: #8872B4;
}
</style>
background-color css
<style>
a { background-color: #8872B4; }
a { background-color: rgb(136,114,180); }
div.DivClassName
{
background-color: #8872B4;
}
.BgClassName
{
background-color: #8872B4;
}
</style>
border-color css
<style>
span { border-color: #8872B4; }
span { border-color: rgb(136,114,180); }
td.TdClassName
{
border-color: #8872B4;
}
.TagClassName
{
border-color: #8872B4;
}
</style>