Shades of Deluge #867CA9
Tints of Deluge #867CA9
RGB
CMYK
RGB Variations
Color information
#867CA9 (or 0x867CA9) is known color: Deluge. HEX triplet: 86, 7C and A9. RGB value is (134,124,169). Sum of RGB (Red+Green+Blue) = 134+124+169=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 169 - color contains mainly: blue. Hex color #867CA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CA9 is #798356. Grayscale: #838383. Windows color (decimal): -7963479 or 11107462. OLE color: 11107462.
HSL color Cylindrical-coordinate representation of color #867CA9: hue angle of 253.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #867CA9 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 124 | 169 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.34 |
| HSL | 253.33º | 0.21% | 0.57% | - |
| HSV(B) | 253.33º | 0.27% | 0.66% | - |
| XYZ | 24.2 | 22.35 | 40.57 | - |
| YUV | 132.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 169 | 0.21 | 0.27 | 0 | 0.34 | 253.33 | 0.21 | 0.57 |
| Hex | 86 | 7C | A9 | 15 | 1B | 0 | 22 | FD | 15 | 39 |
| Octal | 206 | 174 | 251 | 25 | 33 | 0 | 42 | 375 | 25 | 71 |
| Binary | 10000110 | 1111100 | 10101001 | 10101 | 11011 | 0 | 100010 | 11111101 | 10101 | 111001 |
Color Harmonies of #867CA9
Complementary color
Monochromatic Colors of #867CA9
Black with #867CA9
Text Example
Text Example
White with #867CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CA9; }
p { color: rgb(134,124,169); }
H1.HeaderClassName
{
color: #867CA9;
}
.AnyTagClassName
{
color: #867CA9;
}
</style>
background-color css
<style>
a { background-color: #867CA9; }
a { background-color: rgb(134,124,169); }
div.DivClassName
{
background-color: #867CA9;
}
.BgClassName
{
background-color: #867CA9;
}
</style>
border-color css
<style>
span { border-color: #867CA9; }
span { border-color: rgb(134,124,169); }
td.TdClassName
{
border-color: #867CA9;
}
.TagClassName
{
border-color: #867CA9;
}
</style>