Shades of Deluge #867E9B
Tints of Deluge #867E9B
RGB
CMYK
RGB Variations
Color information
#867E9B (or 0x867E9B) is known color: Deluge. HEX triplet: 86, 7E and 9B. RGB value is (134,126,155). Sum of RGB (Red+Green+Blue) = 134+126+155=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #867E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E9B is #798164. Grayscale: #838383. Windows color (decimal): -7962981 or 10190470. OLE color: 10190470.
HSL color Cylindrical-coordinate representation of color #867E9B: hue angle of 256.55º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #867E9B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 126 | 155 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.39 |
| HSL | 256.55º | 0.13% | 0.55% | - |
| HSV(B) | 256.55º | 0.19% | 0.61% | - |
| XYZ | 23.21 | 22.36 | 34.1 | - |
| YUV | 131.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 126 | 155 | 0.14 | 0.19 | 0 | 0.39 | 256.55 | 0.13 | 0.55 |
| Hex | 86 | 7E | 9B | E | 13 | 0 | 27 | 101 | D | 37 |
| Octal | 206 | 176 | 233 | 16 | 23 | 0 | 47 | 401 | 15 | 67 |
| Binary | 10000110 | 1111110 | 10011011 | 1110 | 10011 | 0 | 100111 | 100000001 | 1101 | 110111 |
Color Harmonies of #867E9B
Complementary color
Monochromatic Colors of #867E9B
Black with #867E9B
Text Example
Text Example
White with #867E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E9B; }
p { color: rgb(134,126,155); }
H1.HeaderClassName
{
color: #867E9B;
}
.AnyTagClassName
{
color: #867E9B;
}
</style>
background-color css
<style>
a { background-color: #867E9B; }
a { background-color: rgb(134,126,155); }
div.DivClassName
{
background-color: #867E9B;
}
.BgClassName
{
background-color: #867E9B;
}
</style>
border-color css
<style>
span { border-color: #867E9B; }
span { border-color: rgb(134,126,155); }
td.TdClassName
{
border-color: #867E9B;
}
.TagClassName
{
border-color: #867E9B;
}
</style>