Shades of Deluge #867D9E
Tints of Deluge #867D9E
RGB
CMYK
RGB Variations
Color information
#867D9E (or 0x867D9E) is known color: Deluge. HEX triplet: 86, 7D and 9E. RGB value is (134,125,158). Sum of RGB (Red+Green+Blue) = 134+125+158=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #867D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D9E is #798261. Grayscale: #838383. Windows color (decimal): -7963234 or 10386822. OLE color: 10386822.
HSL color Cylindrical-coordinate representation of color #867D9E: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #867D9E is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 125 | 158 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.38 |
| HSL | 256.36º | 0.15% | 0.55% | - |
| HSV(B) | 256.36º | 0.21% | 0.62% | - |
| XYZ | 23.34 | 22.2 | 35.4 | - |
| YUV | 131.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 158 | 0.15 | 0.21 | 0 | 0.38 | 256.36 | 0.15 | 0.55 |
| Hex | 86 | 7D | 9E | F | 15 | 0 | 26 | 100 | F | 37 |
| Octal | 206 | 175 | 236 | 17 | 25 | 0 | 46 | 400 | 17 | 67 |
| Binary | 10000110 | 1111101 | 10011110 | 1111 | 10101 | 0 | 100110 | 100000000 | 1111 | 110111 |
Color Harmonies of #867D9E
Complementary color
Monochromatic Colors of #867D9E
Black with #867D9E
Text Example
Text Example
White with #867D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D9E; }
p { color: rgb(134,125,158); }
H1.HeaderClassName
{
color: #867D9E;
}
.AnyTagClassName
{
color: #867D9E;
}
</style>
background-color css
<style>
a { background-color: #867D9E; }
a { background-color: rgb(134,125,158); }
div.DivClassName
{
background-color: #867D9E;
}
.BgClassName
{
background-color: #867D9E;
}
</style>
border-color css
<style>
span { border-color: #867D9E; }
span { border-color: rgb(134,125,158); }
td.TdClassName
{
border-color: #867D9E;
}
.TagClassName
{
border-color: #867D9E;
}
</style>