Shades of Deluge #867AAF
Tints of Deluge #867AAF
RGB
CMYK
RGB Variations
Color information
#867AAF (or 0x867AAF) is known color: Deluge. HEX triplet: 86, 7A and AF. RGB value is (134,122,175). Sum of RGB (Red+Green+Blue) = 134+122+175=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #867AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AAF is #798550. Grayscale: #838383. Windows color (decimal): -7963985 or 11500166. OLE color: 11500166.
HSL color Cylindrical-coordinate representation of color #867AAF: hue angle of 253.58º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867AAF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 122 | 175 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.31 |
| HSL | 253.58º | 0.25% | 0.58% | - |
| HSV(B) | 253.58º | 0.3% | 0.69% | - |
| XYZ | 24.53 | 22.08 | 43.53 | - |
| YUV | 131.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 175 | 0.23 | 0.30 | 0 | 0.31 | 253.58 | 0.25 | 0.58 |
| Hex | 86 | 7A | AF | 17 | 1E | 0 | 1F | FE | 19 | 3A |
| Octal | 206 | 172 | 257 | 27 | 36 | 0 | 37 | 376 | 31 | 72 |
| Binary | 10000110 | 1111010 | 10101111 | 10111 | 11110 | 0 | 11111 | 11111110 | 11001 | 111010 |
Color Harmonies of #867AAF
Complementary color
Monochromatic Colors of #867AAF
Black with #867AAF
Text Example
Text Example
White with #867AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AAF; }
p { color: rgb(134,122,175); }
H1.HeaderClassName
{
color: #867AAF;
}
.AnyTagClassName
{
color: #867AAF;
}
</style>
background-color css
<style>
a { background-color: #867AAF; }
a { background-color: rgb(134,122,175); }
div.DivClassName
{
background-color: #867AAF;
}
.BgClassName
{
background-color: #867AAF;
}
</style>
border-color css
<style>
span { border-color: #867AAF; }
span { border-color: rgb(134,122,175); }
td.TdClassName
{
border-color: #867AAF;
}
.TagClassName
{
border-color: #867AAF;
}
</style>