Shades of Deluge #8879B1
Tints of Deluge #8879B1
RGB
CMYK
RGB Variations
Color information
#8879B1 (or 0x8879B1) is known color: Deluge. HEX triplet: 88, 79 and B1. RGB value is (136,121,177). Sum of RGB (Red+Green+Blue) = 136+121+177=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 177 - color contains mainly: blue. Hex color #8879B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879B1 is #77864E. Grayscale: #838383. Windows color (decimal): -7833167 or 11630984. OLE color: 11630984.
HSL color Cylindrical-coordinate representation of color #8879B1: hue angle of 256.07º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8879B1 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 121 | 177 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.31 |
| HSL | 256.07º | 0.26% | 0.58% | - |
| HSV(B) | 256.07º | 0.32% | 0.69% | - |
| XYZ | 24.93 | 22.08 | 44.54 | - |
| YUV | 131.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 177 | 0.23 | 0.32 | 0 | 0.31 | 256.07 | 0.26 | 0.58 |
| Hex | 88 | 79 | B1 | 17 | 20 | 0 | 1F | 100 | 1A | 3A |
| Octal | 210 | 171 | 261 | 27 | 40 | 0 | 37 | 400 | 32 | 72 |
| Binary | 10001000 | 1111001 | 10110001 | 10111 | 100000 | 0 | 11111 | 100000000 | 11010 | 111010 |
Color Harmonies of #8879B1
Complementary color
Monochromatic Colors of #8879B1
Black with #8879B1
Text Example
Text Example
White with #8879B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879B1; }
p { color: rgb(136,121,177); }
H1.HeaderClassName
{
color: #8879B1;
}
.AnyTagClassName
{
color: #8879B1;
}
</style>
background-color css
<style>
a { background-color: #8879B1; }
a { background-color: rgb(136,121,177); }
div.DivClassName
{
background-color: #8879B1;
}
.BgClassName
{
background-color: #8879B1;
}
</style>
border-color css
<style>
span { border-color: #8879B1; }
span { border-color: rgb(136,121,177); }
td.TdClassName
{
border-color: #8879B1;
}
.TagClassName
{
border-color: #8879B1;
}
</style>