Shades of Deluge #8880AF
Tints of Deluge #8880AF
RGB
CMYK
RGB Variations
Color information
#8880AF (or 0x8880AF) is known color: Deluge. HEX triplet: 88, 80 and AF. RGB value is (136,128,175). Sum of RGB (Red+Green+Blue) = 136+128+175=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #8880AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8880AF is #777F50. Grayscale: #878787. Windows color (decimal): -7831377 or 11501704. OLE color: 11501704.
HSL color Cylindrical-coordinate representation of color #8880AF: hue angle of 250.21º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8880AF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 128 | 175 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.31 |
| HSL | 250.21º | 0.23% | 0.59% | - |
| HSV(B) | 250.21º | 0.27% | 0.69% | - |
| XYZ | 25.61 | 23.77 | 43.8 | - |
| YUV | 135.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 175 | 0.22 | 0.27 | 0 | 0.31 | 250.21 | 0.23 | 0.59 |
| Hex | 88 | 80 | AF | 16 | 1B | 0 | 1F | FA | 17 | 3B |
| Octal | 210 | 200 | 257 | 26 | 33 | 0 | 37 | 372 | 27 | 73 |
| Binary | 10001000 | 10000000 | 10101111 | 10110 | 11011 | 0 | 11111 | 11111010 | 10111 | 111011 |
Color Harmonies of #8880AF
Complementary color
Monochromatic Colors of #8880AF
Black with #8880AF
Text Example
Text Example
White with #8880AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8880AF; }
p { color: rgb(136,128,175); }
H1.HeaderClassName
{
color: #8880AF;
}
.AnyTagClassName
{
color: #8880AF;
}
</style>
background-color css
<style>
a { background-color: #8880AF; }
a { background-color: rgb(136,128,175); }
div.DivClassName
{
background-color: #8880AF;
}
.BgClassName
{
background-color: #8880AF;
}
</style>
border-color css
<style>
span { border-color: #8880AF; }
span { border-color: rgb(136,128,175); }
td.TdClassName
{
border-color: #8880AF;
}
.TagClassName
{
border-color: #8880AF;
}
</style>