Shades of Deluge #867DA1
Tints of Deluge #867DA1
RGB
CMYK
RGB Variations
Color information
#867DA1 (or 0x867DA1) is known color: Deluge. HEX triplet: 86, 7D and A1. RGB value is (134,125,161). Sum of RGB (Red+Green+Blue) = 134+125+161=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #867DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DA1 is #79825E. Grayscale: #838383. Windows color (decimal): -7963231 or 10583430. OLE color: 10583430.
HSL color Cylindrical-coordinate representation of color #867DA1: hue angle of 255º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #867DA1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 125 | 161 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.37 |
| HSL | 255º | 0.16% | 0.56% | - |
| HSV(B) | 255º | 0.22% | 0.63% | - |
| XYZ | 23.6 | 22.31 | 36.78 | - |
| YUV | 131.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 161 | 0.17 | 0.22 | 0 | 0.37 | 255 | 0.16 | 0.56 |
| Hex | 86 | 7D | A1 | 11 | 16 | 0 | 25 | FF | 10 | 38 |
| Octal | 206 | 175 | 241 | 21 | 26 | 0 | 45 | 377 | 20 | 70 |
| Binary | 10000110 | 1111101 | 10100001 | 10001 | 10110 | 0 | 100101 | 11111111 | 10000 | 111000 |
Color Harmonies of #867DA1
Complementary color
Monochromatic Colors of #867DA1
Black with #867DA1
Text Example
Text Example
White with #867DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DA1; }
p { color: rgb(134,125,161); }
H1.HeaderClassName
{
color: #867DA1;
}
.AnyTagClassName
{
color: #867DA1;
}
</style>
background-color css
<style>
a { background-color: #867DA1; }
a { background-color: rgb(134,125,161); }
div.DivClassName
{
background-color: #867DA1;
}
.BgClassName
{
background-color: #867DA1;
}
</style>
border-color css
<style>
span { border-color: #867DA1; }
span { border-color: rgb(134,125,161); }
td.TdClassName
{
border-color: #867DA1;
}
.TagClassName
{
border-color: #867DA1;
}
</style>