Shades of Deluge #8878B5
Tints of Deluge #8878B5
RGB
CMYK
RGB Variations
Color information
#8878B5 (or 0x8878B5) is known color: Deluge. HEX triplet: 88, 78 and B5. RGB value is (136,120,181). Sum of RGB (Red+Green+Blue) = 136+120+181=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #8878B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878B5 is #77874A. Grayscale: #838383. Windows color (decimal): -7833419 or 11892872. OLE color: 11892872.
HSL color Cylindrical-coordinate representation of color #8878B5: hue angle of 255.74º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8878B5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 120 | 181 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.29 |
| HSL | 255.74º | 0.29% | 0.59% | - |
| HSV(B) | 255.74º | 0.34% | 0.71% | - |
| XYZ | 25.21 | 22 | 46.63 | - |
| YUV | 131.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 181 | 0.25 | 0.34 | 0 | 0.29 | 255.74 | 0.29 | 0.59 |
| Hex | 88 | 78 | B5 | 19 | 22 | 0 | 1D | 100 | 1D | 3B |
| Octal | 210 | 170 | 265 | 31 | 42 | 0 | 35 | 400 | 35 | 73 |
| Binary | 10001000 | 1111000 | 10110101 | 11001 | 100010 | 0 | 11101 | 100000000 | 11101 | 111011 |
Color Harmonies of #8878B5
Complementary color
Monochromatic Colors of #8878B5
Black with #8878B5
Text Example
Text Example
White with #8878B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878B5; }
p { color: rgb(136,120,181); }
H1.HeaderClassName
{
color: #8878B5;
}
.AnyTagClassName
{
color: #8878B5;
}
</style>
background-color css
<style>
a { background-color: #8878B5; }
a { background-color: rgb(136,120,181); }
div.DivClassName
{
background-color: #8878B5;
}
.BgClassName
{
background-color: #8878B5;
}
</style>
border-color css
<style>
span { border-color: #8878B5; }
span { border-color: rgb(136,120,181); }
td.TdClassName
{
border-color: #8878B5;
}
.TagClassName
{
border-color: #8878B5;
}
</style>