Shades of Deluge #8879AF
Tints of Deluge #8879AF
RGB
CMYK
RGB Variations
Color information
#8879AF (or 0x8879AF) is known color: Deluge. HEX triplet: 88, 79 and AF. RGB value is (136,121,175). Sum of RGB (Red+Green+Blue) = 136+121+175=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #8879AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8879AF is #778650. Grayscale: #838383. Windows color (decimal): -7833169 or 11499912. OLE color: 11499912.
HSL color Cylindrical-coordinate representation of color #8879AF: hue angle of 256.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8879AF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 121 | 175 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.31 |
| HSL | 256.67º | 0.25% | 0.58% | - |
| HSV(B) | 256.67º | 0.31% | 0.69% | - |
| XYZ | 24.73 | 22 | 43.5 | - |
| YUV | 131.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 175 | 0.22 | 0.31 | 0 | 0.31 | 256.67 | 0.25 | 0.58 |
| Hex | 88 | 79 | AF | 16 | 1F | 0 | 1F | 101 | 19 | 3A |
| Octal | 210 | 171 | 257 | 26 | 37 | 0 | 37 | 401 | 31 | 72 |
| Binary | 10001000 | 1111001 | 10101111 | 10110 | 11111 | 0 | 11111 | 100000001 | 11001 | 111010 |
Color Harmonies of #8879AF
Complementary color
Monochromatic Colors of #8879AF
Black with #8879AF
Text Example
Text Example
White with #8879AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8879AF; }
p { color: rgb(136,121,175); }
H1.HeaderClassName
{
color: #8879AF;
}
.AnyTagClassName
{
color: #8879AF;
}
</style>
background-color css
<style>
a { background-color: #8879AF; }
a { background-color: rgb(136,121,175); }
div.DivClassName
{
background-color: #8879AF;
}
.BgClassName
{
background-color: #8879AF;
}
</style>
border-color css
<style>
span { border-color: #8879AF; }
span { border-color: rgb(136,121,175); }
td.TdClassName
{
border-color: #8879AF;
}
.TagClassName
{
border-color: #8879AF;
}
</style>