Shades of Deluge #86769D
Tints of Deluge #86769D
RGB
CMYK
RGB Variations
Color information
#86769D (or 0x86769D) is known color: Deluge. HEX triplet: 86, 76 and 9D. RGB value is (134,118,157). Sum of RGB (Red+Green+Blue) = 134+118+157=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #86769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769D is #798962. Grayscale: #7F7F7F. Windows color (decimal): -7965027 or 10319494. OLE color: 10319494.
HSL color Cylindrical-coordinate representation of color #86769D: hue angle of 264.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86769D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 118 | 157 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.38 |
| HSL | 264.62º | 0.17% | 0.54% | - |
| HSV(B) | 264.62º | 0.25% | 0.62% | - |
| XYZ | 22.4 | 20.46 | 34.67 | - |
| YUV | 127.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 157 | 0.15 | 0.25 | 0 | 0.38 | 264.62 | 0.17 | 0.54 |
| Hex | 86 | 76 | 9D | F | 19 | 0 | 26 | 109 | 11 | 36 |
| Octal | 206 | 166 | 235 | 17 | 31 | 0 | 46 | 411 | 21 | 66 |
| Binary | 10000110 | 1110110 | 10011101 | 1111 | 11001 | 0 | 100110 | 100001001 | 10001 | 110110 |
Color Harmonies of #86769D
Complementary color
Monochromatic Colors of #86769D
Black with #86769D
Text Example
Text Example
White with #86769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86769D; }
p { color: rgb(134,118,157); }
H1.HeaderClassName
{
color: #86769D;
}
.AnyTagClassName
{
color: #86769D;
}
</style>
background-color css
<style>
a { background-color: #86769D; }
a { background-color: rgb(134,118,157); }
div.DivClassName
{
background-color: #86769D;
}
.BgClassName
{
background-color: #86769D;
}
</style>
border-color css
<style>
span { border-color: #86769D; }
span { border-color: rgb(134,118,157); }
td.TdClassName
{
border-color: #86769D;
}
.TagClassName
{
border-color: #86769D;
}
</style>