Shades of Deluge #8871B4
Tints of Deluge #8871B4
RGB
CMYK
RGB Variations
Color information
#8871B4 (or 0x8871B4) is known color: Deluge. HEX triplet: 88, 71 and B4. RGB value is (136,113,180). Sum of RGB (Red+Green+Blue) = 136+113+180=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #8871B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871B4 is #778E4B. Grayscale: #7F7F7F. Windows color (decimal): -7835212 or 11825544. OLE color: 11825544.
HSL color Cylindrical-coordinate representation of color #8871B4: hue angle of 260.6º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8871B4 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 113 | 180 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.29 |
| HSL | 260.6º | 0.31% | 0.57% | - |
| HSV(B) | 260.6º | 0.37% | 0.71% | - |
| XYZ | 24.3 | 20.34 | 45.83 | - |
| YUV | 127.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 180 | 0.24 | 0.37 | 0 | 0.29 | 260.6 | 0.31 | 0.57 |
| Hex | 88 | 71 | B4 | 18 | 25 | 0 | 1D | 105 | 1F | 39 |
| Octal | 210 | 161 | 264 | 30 | 45 | 0 | 35 | 405 | 37 | 71 |
| Binary | 10001000 | 1110001 | 10110100 | 11000 | 100101 | 0 | 11101 | 100000101 | 11111 | 111001 |
Color Harmonies of #8871B4
Complementary color
Monochromatic Colors of #8871B4
Black with #8871B4
Text Example
Text Example
White with #8871B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8871B4; }
p { color: rgb(136,113,180); }
H1.HeaderClassName
{
color: #8871B4;
}
.AnyTagClassName
{
color: #8871B4;
}
</style>
background-color css
<style>
a { background-color: #8871B4; }
a { background-color: rgb(136,113,180); }
div.DivClassName
{
background-color: #8871B4;
}
.BgClassName
{
background-color: #8871B4;
}
</style>
border-color css
<style>
span { border-color: #8871B4; }
span { border-color: rgb(136,113,180); }
td.TdClassName
{
border-color: #8871B4;
}
.TagClassName
{
border-color: #8871B4;
}
</style>