Shades of Deluge #867EA0
Tints of Deluge #867EA0
RGB
CMYK
RGB Variations
Color information
#867EA0 (or 0x867EA0) is known color: Deluge. HEX triplet: 86, 7E and A0. RGB value is (134,126,160). Sum of RGB (Red+Green+Blue) = 134+126+160=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #867EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EA0 is #79815F. Grayscale: #848484. Windows color (decimal): -7962976 or 10518150. OLE color: 10518150.
HSL color Cylindrical-coordinate representation of color #867EA0: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867EA0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 126 | 160 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.37 |
| HSL | 254.12º | 0.15% | 0.56% | - |
| HSV(B) | 254.12º | 0.21% | 0.63% | - |
| XYZ | 23.64 | 22.53 | 36.36 | - |
| YUV | 132.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 160 | 0.16 | 0.21 | 0 | 0.37 | 254.12 | 0.15 | 0.56 |
| Hex | 86 | 7E | A0 | 10 | 15 | 0 | 25 | FE | F | 38 |
| Octal | 206 | 176 | 240 | 20 | 25 | 0 | 45 | 376 | 17 | 70 |
| Binary | 10000110 | 1111110 | 10100000 | 10000 | 10101 | 0 | 100101 | 11111110 | 1111 | 111000 |
Color Harmonies of #867EA0
Complementary color
Monochromatic Colors of #867EA0
Black with #867EA0
Text Example
Text Example
White with #867EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EA0; }
p { color: rgb(134,126,160); }
H1.HeaderClassName
{
color: #867EA0;
}
.AnyTagClassName
{
color: #867EA0;
}
</style>
background-color css
<style>
a { background-color: #867EA0; }
a { background-color: rgb(134,126,160); }
div.DivClassName
{
background-color: #867EA0;
}
.BgClassName
{
background-color: #867EA0;
}
</style>
border-color css
<style>
span { border-color: #867EA0; }
span { border-color: rgb(134,126,160); }
td.TdClassName
{
border-color: #867EA0;
}
.TagClassName
{
border-color: #867EA0;
}
</style>