Shades of Deluge #8876B4
Tints of Deluge #8876B4
RGB
CMYK
RGB Variations
Color information
#8876B4 (or 0x8876B4) is known color: Deluge. HEX triplet: 88, 76 and B4. RGB value is (136,118,180). Sum of RGB (Red+Green+Blue) = 136+118+180=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #8876B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876B4 is #77894B. Grayscale: #828282. Windows color (decimal): -7833932 or 11826824. OLE color: 11826824.
HSL color Cylindrical-coordinate representation of color #8876B4: hue angle of 257.42º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8876B4 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 118 | 180 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.29 |
| HSL | 257.42º | 0.29% | 0.58% | - |
| HSV(B) | 257.42º | 0.34% | 0.71% | - |
| XYZ | 24.87 | 21.49 | 46.02 | - |
| YUV | 130.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 180 | 0.24 | 0.34 | 0 | 0.29 | 257.42 | 0.29 | 0.58 |
| Hex | 88 | 76 | B4 | 18 | 22 | 0 | 1D | 101 | 1D | 3A |
| Octal | 210 | 166 | 264 | 30 | 42 | 0 | 35 | 401 | 35 | 72 |
| Binary | 10001000 | 1110110 | 10110100 | 11000 | 100010 | 0 | 11101 | 100000001 | 11101 | 111010 |
Color Harmonies of #8876B4
Complementary color
Monochromatic Colors of #8876B4
Black with #8876B4
Text Example
Text Example
White with #8876B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876B4; }
p { color: rgb(136,118,180); }
H1.HeaderClassName
{
color: #8876B4;
}
.AnyTagClassName
{
color: #8876B4;
}
</style>
background-color css
<style>
a { background-color: #8876B4; }
a { background-color: rgb(136,118,180); }
div.DivClassName
{
background-color: #8876B4;
}
.BgClassName
{
background-color: #8876B4;
}
</style>
border-color css
<style>
span { border-color: #8876B4; }
span { border-color: rgb(136,118,180); }
td.TdClassName
{
border-color: #8876B4;
}
.TagClassName
{
border-color: #8876B4;
}
</style>