Shades of Deluge #867EA9
Tints of Deluge #867EA9
RGB
CMYK
RGB Variations
Color information
#867EA9 (or 0x867EA9) is known color: Deluge. HEX triplet: 86, 7E and A9. RGB value is (134,126,169). Sum of RGB (Red+Green+Blue) = 134+126+169=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 169 - color contains mainly: blue. Hex color #867EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867EA9 is #798156. Grayscale: #858585. Windows color (decimal): -7962967 or 11107974. OLE color: 11107974.
HSL color Cylindrical-coordinate representation of color #867EA9: hue angle of 251.16º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #867EA9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 126 | 169 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.34 |
| HSL | 251.16º | 0.2% | 0.58% | - |
| HSV(B) | 251.16º | 0.25% | 0.66% | - |
| XYZ | 24.45 | 22.85 | 40.66 | - |
| YUV | 133.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 169 | 0.21 | 0.25 | 0 | 0.34 | 251.16 | 0.2 | 0.58 |
| Hex | 86 | 7E | A9 | 15 | 19 | 0 | 22 | FB | 14 | 3A |
| Octal | 206 | 176 | 251 | 25 | 31 | 0 | 42 | 373 | 24 | 72 |
| Binary | 10000110 | 1111110 | 10101001 | 10101 | 11001 | 0 | 100010 | 11111011 | 10100 | 111010 |
Color Harmonies of #867EA9
Complementary color
Monochromatic Colors of #867EA9
Black with #867EA9
Text Example
Text Example
White with #867EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867EA9; }
p { color: rgb(134,126,169); }
H1.HeaderClassName
{
color: #867EA9;
}
.AnyTagClassName
{
color: #867EA9;
}
</style>
background-color css
<style>
a { background-color: #867EA9; }
a { background-color: rgb(134,126,169); }
div.DivClassName
{
background-color: #867EA9;
}
.BgClassName
{
background-color: #867EA9;
}
</style>
border-color css
<style>
span { border-color: #867EA9; }
span { border-color: rgb(134,126,169); }
td.TdClassName
{
border-color: #867EA9;
}
.TagClassName
{
border-color: #867EA9;
}
</style>