Shades of Deluge #867DAE
Tints of Deluge #867DAE
RGB
CMYK
RGB Variations
Color information
#867DAE (or 0x867DAE) is known color: Deluge. HEX triplet: 86, 7D and AE. RGB value is (134,125,174). Sum of RGB (Red+Green+Blue) = 134+125+174=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #867DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867DAE is #798251. Grayscale: #858585. Windows color (decimal): -7963218 or 11435398. OLE color: 11435398.
HSL color Cylindrical-coordinate representation of color #867DAE: hue angle of 251.02º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867DAE is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 125 | 174 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.32 |
| HSL | 251.02º | 0.23% | 0.59% | - |
| HSV(B) | 251.02º | 0.28% | 0.68% | - |
| XYZ | 24.81 | 22.79 | 43.14 | - |
| YUV | 133.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 174 | 0.23 | 0.28 | 0 | 0.32 | 251.02 | 0.23 | 0.59 |
| Hex | 86 | 7D | AE | 17 | 1C | 0 | 20 | FB | 17 | 3B |
| Octal | 206 | 175 | 256 | 27 | 34 | 0 | 40 | 373 | 27 | 73 |
| Binary | 10000110 | 1111101 | 10101110 | 10111 | 11100 | 0 | 100000 | 11111011 | 10111 | 111011 |
Color Harmonies of #867DAE
Complementary color
Monochromatic Colors of #867DAE
Black with #867DAE
Text Example
Text Example
White with #867DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867DAE; }
p { color: rgb(134,125,174); }
H1.HeaderClassName
{
color: #867DAE;
}
.AnyTagClassName
{
color: #867DAE;
}
</style>
background-color css
<style>
a { background-color: #867DAE; }
a { background-color: rgb(134,125,174); }
div.DivClassName
{
background-color: #867DAE;
}
.BgClassName
{
background-color: #867DAE;
}
</style>
border-color css
<style>
span { border-color: #867DAE; }
span { border-color: rgb(134,125,174); }
td.TdClassName
{
border-color: #867DAE;
}
.TagClassName
{
border-color: #867DAE;
}
</style>