Shades of Deluge #88799F
Tints of Deluge #88799F
RGB
CMYK
RGB Variations
Color information
#88799F (or 0x88799F) is known color: Deluge. HEX triplet: 88, 79 and 9F. RGB value is (136,121,159). Sum of RGB (Red+Green+Blue) = 136+121+159=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #88799F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88799F is #778660. Grayscale: #818181. Windows color (decimal): -7833185 or 10451336. OLE color: 10451336.
HSL color Cylindrical-coordinate representation of color #88799F: hue angle of 263.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88799F is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 121 | 159 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.38 |
| HSL | 263.68º | 0.17% | 0.55% | - |
| HSV(B) | 263.68º | 0.24% | 0.62% | - |
| XYZ | 23.25 | 21.41 | 35.71 | - |
| YUV | 129.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 159 | 0.14 | 0.24 | 0 | 0.38 | 263.68 | 0.17 | 0.55 |
| Hex | 88 | 79 | 9F | E | 18 | 0 | 26 | 108 | 11 | 37 |
| Octal | 210 | 171 | 237 | 16 | 30 | 0 | 46 | 410 | 21 | 67 |
| Binary | 10001000 | 1111001 | 10011111 | 1110 | 11000 | 0 | 100110 | 100001000 | 10001 | 110111 |
Color Harmonies of #88799F
Complementary color
Monochromatic Colors of #88799F
Black with #88799F
Text Example
Text Example
White with #88799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88799F; }
p { color: rgb(136,121,159); }
H1.HeaderClassName
{
color: #88799F;
}
.AnyTagClassName
{
color: #88799F;
}
</style>
background-color css
<style>
a { background-color: #88799F; }
a { background-color: rgb(136,121,159); }
div.DivClassName
{
background-color: #88799F;
}
.BgClassName
{
background-color: #88799F;
}
</style>
border-color css
<style>
span { border-color: #88799F; }
span { border-color: rgb(136,121,159); }
td.TdClassName
{
border-color: #88799F;
}
.TagClassName
{
border-color: #88799F;
}
</style>