Shades of Deluge #86789E
Tints of Deluge #86789E
RGB
CMYK
RGB Variations
Color information
#86789E (or 0x86789E) is known color: Deluge. HEX triplet: 86, 78 and 9E. RGB value is (134,120,158). Sum of RGB (Red+Green+Blue) = 134+120+158=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #86789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86789E is #798761. Grayscale: #808080. Windows color (decimal): -7964514 or 10385542. OLE color: 10385542.
HSL color Cylindrical-coordinate representation of color #86789E: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86789E is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 120 | 158 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.38 |
| HSL | 262.11º | 0.16% | 0.55% | - |
| HSV(B) | 262.11º | 0.24% | 0.62% | - |
| XYZ | 22.72 | 20.97 | 35.2 | - |
| YUV | 128.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 158 | 0.15 | 0.24 | 0 | 0.38 | 262.11 | 0.16 | 0.55 |
| Hex | 86 | 78 | 9E | F | 18 | 0 | 26 | 106 | 10 | 37 |
| Octal | 206 | 170 | 236 | 17 | 30 | 0 | 46 | 406 | 20 | 67 |
| Binary | 10000110 | 1111000 | 10011110 | 1111 | 11000 | 0 | 100110 | 100000110 | 10000 | 110111 |
Color Harmonies of #86789E
Complementary color
Monochromatic Colors of #86789E
Black with #86789E
Text Example
Text Example
White with #86789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86789E; }
p { color: rgb(134,120,158); }
H1.HeaderClassName
{
color: #86789E;
}
.AnyTagClassName
{
color: #86789E;
}
</style>
background-color css
<style>
a { background-color: #86789E; }
a { background-color: rgb(134,120,158); }
div.DivClassName
{
background-color: #86789E;
}
.BgClassName
{
background-color: #86789E;
}
</style>
border-color css
<style>
span { border-color: #86789E; }
span { border-color: rgb(134,120,158); }
td.TdClassName
{
border-color: #86789E;
}
.TagClassName
{
border-color: #86789E;
}
</style>