Shades of Deluge #86779D
Tints of Deluge #86779D
RGB
CMYK
RGB Variations
Color information
#86779D (or 0x86779D) is known color: Deluge. HEX triplet: 86, 77 and 9D. RGB value is (134,119,157). Sum of RGB (Red+Green+Blue) = 134+119+157=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 157 - color contains mainly: blue. Hex color #86779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86779D is #798862. Grayscale: #7F7F7F. Windows color (decimal): -7964771 or 10319750. OLE color: 10319750.
HSL color Cylindrical-coordinate representation of color #86779D: hue angle of 263.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86779D is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 119 | 157 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.38 |
| HSL | 263.68º | 0.16% | 0.54% | - |
| HSV(B) | 263.68º | 0.24% | 0.62% | - |
| XYZ | 22.51 | 20.7 | 34.71 | - |
| YUV | 127.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 157 | 0.15 | 0.24 | 0 | 0.38 | 263.68 | 0.16 | 0.54 |
| Hex | 86 | 77 | 9D | F | 18 | 0 | 26 | 108 | 10 | 36 |
| Octal | 206 | 167 | 235 | 17 | 30 | 0 | 46 | 410 | 20 | 66 |
| Binary | 10000110 | 1110111 | 10011101 | 1111 | 11000 | 0 | 100110 | 100001000 | 10000 | 110110 |
Color Harmonies of #86779D
Complementary color
Monochromatic Colors of #86779D
Black with #86779D
Text Example
Text Example
White with #86779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86779D; }
p { color: rgb(134,119,157); }
H1.HeaderClassName
{
color: #86779D;
}
.AnyTagClassName
{
color: #86779D;
}
</style>
background-color css
<style>
a { background-color: #86779D; }
a { background-color: rgb(134,119,157); }
div.DivClassName
{
background-color: #86779D;
}
.BgClassName
{
background-color: #86779D;
}
</style>
border-color css
<style>
span { border-color: #86779D; }
span { border-color: rgb(134,119,157); }
td.TdClassName
{
border-color: #86779D;
}
.TagClassName
{
border-color: #86779D;
}
</style>