Shades of Deluge #867A9A
Tints of Deluge #867A9A
RGB
CMYK
RGB Variations
Color information
#867A9A (or 0x867A9A) is known color: Deluge. HEX triplet: 86, 7A and 9A. RGB value is (134,122,154). Sum of RGB (Red+Green+Blue) = 134+122+154=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #867A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A9A is #798565. Grayscale: #818181. Windows color (decimal): -7964006 or 10123910. OLE color: 10123910.
HSL color Cylindrical-coordinate representation of color #867A9A: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867A9A is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 122 | 154 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.40 |
| HSL | 262.5º | 0.14% | 0.54% | - |
| HSV(B) | 262.5º | 0.21% | 0.6% | - |
| XYZ | 22.62 | 21.32 | 33.49 | - |
| YUV | 129.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 154 | 0.13 | 0.21 | 0 | 0.40 | 262.5 | 0.14 | 0.54 |
| Hex | 86 | 7A | 9A | D | 15 | 0 | 28 | 106 | E | 36 |
| Octal | 206 | 172 | 232 | 15 | 25 | 0 | 50 | 406 | 16 | 66 |
| Binary | 10000110 | 1111010 | 10011010 | 1101 | 10101 | 0 | 101000 | 100000110 | 1110 | 110110 |
Color Harmonies of #867A9A
Complementary color
Monochromatic Colors of #867A9A
Black with #867A9A
Text Example
Text Example
White with #867A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A9A; }
p { color: rgb(134,122,154); }
H1.HeaderClassName
{
color: #867A9A;
}
.AnyTagClassName
{
color: #867A9A;
}
</style>
background-color css
<style>
a { background-color: #867A9A; }
a { background-color: rgb(134,122,154); }
div.DivClassName
{
background-color: #867A9A;
}
.BgClassName
{
background-color: #867A9A;
}
</style>
border-color css
<style>
span { border-color: #867A9A; }
span { border-color: rgb(134,122,154); }
td.TdClassName
{
border-color: #867A9A;
}
.TagClassName
{
border-color: #867A9A;
}
</style>