Shades of Deluge #867EAC
Tints of Deluge #867EAC
RGB
CMYK
RGB Variations
Color information
#867EAC (or 0x867EAC) is known color: Deluge. HEX triplet: 86, 7E and AC. RGB value is (134,126,172). Sum of RGB (Red+Green+Blue) = 134+126+172=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #867EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EAC is #798153. Grayscale: #858585. Windows color (decimal): -7962964 or 11304582. OLE color: 11304582.
HSL color Cylindrical-coordinate representation of color #867EAC: hue angle of 250.43º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867EAC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 126 | 172 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.33 |
| HSL | 250.43º | 0.22% | 0.58% | - |
| HSV(B) | 250.43º | 0.27% | 0.67% | - |
| XYZ | 24.74 | 22.97 | 42.16 | - |
| YUV | 133.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 172 | 0.22 | 0.27 | 0 | 0.33 | 250.43 | 0.22 | 0.58 |
| Hex | 86 | 7E | AC | 16 | 1B | 0 | 21 | FA | 16 | 3A |
| Octal | 206 | 176 | 254 | 26 | 33 | 0 | 41 | 372 | 26 | 72 |
| Binary | 10000110 | 1111110 | 10101100 | 10110 | 11011 | 0 | 100001 | 11111010 | 10110 | 111010 |
Color Harmonies of #867EAC
Complementary color
Monochromatic Colors of #867EAC
Black with #867EAC
Text Example
Text Example
White with #867EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EAC; }
p { color: rgb(134,126,172); }
H1.HeaderClassName
{
color: #867EAC;
}
.AnyTagClassName
{
color: #867EAC;
}
</style>
background-color css
<style>
a { background-color: #867EAC; }
a { background-color: rgb(134,126,172); }
div.DivClassName
{
background-color: #867EAC;
}
.BgClassName
{
background-color: #867EAC;
}
</style>
border-color css
<style>
span { border-color: #867EAC; }
span { border-color: rgb(134,126,172); }
td.TdClassName
{
border-color: #867EAC;
}
.TagClassName
{
border-color: #867EAC;
}
</style>