Shades of Deluge #867AAA
Tints of Deluge #867AAA
RGB
CMYK
RGB Variations
Color information
#867AAA (or 0x867AAA) is known color: Deluge. HEX triplet: 86, 7A and AA. RGB value is (134,122,170). Sum of RGB (Red+Green+Blue) = 134+122+170=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #867AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867AAA is #798555. Grayscale: #828282. Windows color (decimal): -7963990 or 11172486. OLE color: 11172486.
HSL color Cylindrical-coordinate representation of color #867AAA: hue angle of 255º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867AAA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 122 | 170 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.33 |
| HSL | 255º | 0.22% | 0.57% | - |
| HSV(B) | 255º | 0.28% | 0.67% | - |
| XYZ | 24.05 | 21.89 | 40.99 | - |
| YUV | 131.06 | 149.98 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 170 | 0.21 | 0.28 | 0 | 0.33 | 255 | 0.22 | 0.57 |
| Hex | 86 | 7A | AA | 15 | 1C | 0 | 21 | FF | 16 | 39 |
| Octal | 206 | 172 | 252 | 25 | 34 | 0 | 41 | 377 | 26 | 71 |
| Binary | 10000110 | 1111010 | 10101010 | 10101 | 11100 | 0 | 100001 | 11111111 | 10110 | 111001 |
Color Harmonies of #867AAA
Complementary color
Monochromatic Colors of #867AAA
Black with #867AAA
Text Example
Text Example
White with #867AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867AAA; }
p { color: rgb(134,122,170); }
H1.HeaderClassName
{
color: #867AAA;
}
.AnyTagClassName
{
color: #867AAA;
}
</style>
background-color css
<style>
a { background-color: #867AAA; }
a { background-color: rgb(134,122,170); }
div.DivClassName
{
background-color: #867AAA;
}
.BgClassName
{
background-color: #867AAA;
}
</style>
border-color css
<style>
span { border-color: #867AAA; }
span { border-color: rgb(134,122,170); }
td.TdClassName
{
border-color: #867AAA;
}
.TagClassName
{
border-color: #867AAA;
}
</style>