Shades of Deluge #8874AF
Tints of Deluge #8874AF
RGB
CMYK
RGB Variations
Color information
#8874AF (or 0x8874AF) is known color: Deluge. HEX triplet: 88, 74 and AF. RGB value is (136,116,175). Sum of RGB (Red+Green+Blue) = 136+116+175=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #8874AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8874AF is #778B50. Grayscale: #808080. Windows color (decimal): -7834449 or 11498632. OLE color: 11498632.
HSL color Cylindrical-coordinate representation of color #8874AF: hue angle of 260.34º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8874AF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 116 | 175 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.31 |
| HSL | 260.34º | 0.27% | 0.57% | - |
| HSV(B) | 260.34º | 0.34% | 0.69% | - |
| XYZ | 24.14 | 20.82 | 43.3 | - |
| YUV | 128.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 116 | 175 | 0.22 | 0.34 | 0 | 0.31 | 260.34 | 0.27 | 0.57 |
| Hex | 88 | 74 | AF | 16 | 22 | 0 | 1F | 104 | 1B | 39 |
| Octal | 210 | 164 | 257 | 26 | 42 | 0 | 37 | 404 | 33 | 71 |
| Binary | 10001000 | 1110100 | 10101111 | 10110 | 100010 | 0 | 11111 | 100000100 | 11011 | 111001 |
Color Harmonies of #8874AF
Complementary color
Monochromatic Colors of #8874AF
Black with #8874AF
Text Example
Text Example
White with #8874AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8874AF; }
p { color: rgb(136,116,175); }
H1.HeaderClassName
{
color: #8874AF;
}
.AnyTagClassName
{
color: #8874AF;
}
</style>
background-color css
<style>
a { background-color: #8874AF; }
a { background-color: rgb(136,116,175); }
div.DivClassName
{
background-color: #8874AF;
}
.BgClassName
{
background-color: #8874AF;
}
</style>
border-color css
<style>
span { border-color: #8874AF; }
span { border-color: rgb(136,116,175); }
td.TdClassName
{
border-color: #8874AF;
}
.TagClassName
{
border-color: #8874AF;
}
</style>