Shades of Deluge #86729F
Tints of Deluge #86729F
RGB
CMYK
RGB Variations
Color information
#86729F (or 0x86729F) is known color: Deluge. HEX triplet: 86, 72 and 9F. RGB value is (134,114,159). Sum of RGB (Red+Green+Blue) = 134+114+159=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #86729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86729F is #798D60. Grayscale: #7C7C7C. Windows color (decimal): -7966049 or 10449542. OLE color: 10449542.
HSL color Cylindrical-coordinate representation of color #86729F: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86729F is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 114 | 159 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.38 |
| HSL | 266.67º | 0.19% | 0.54% | - |
| HSV(B) | 266.67º | 0.28% | 0.62% | - |
| XYZ | 22.11 | 19.61 | 35.42 | - |
| YUV | 125.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 159 | 0.16 | 0.28 | 0 | 0.38 | 266.67 | 0.19 | 0.54 |
| Hex | 86 | 72 | 9F | 10 | 1C | 0 | 26 | 10B | 13 | 36 |
| Octal | 206 | 162 | 237 | 20 | 34 | 0 | 46 | 413 | 23 | 66 |
| Binary | 10000110 | 1110010 | 10011111 | 10000 | 11100 | 0 | 100110 | 100001011 | 10011 | 110110 |
Color Harmonies of #86729F
Complementary color
Monochromatic Colors of #86729F
Black with #86729F
Text Example
Text Example
White with #86729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86729F; }
p { color: rgb(134,114,159); }
H1.HeaderClassName
{
color: #86729F;
}
.AnyTagClassName
{
color: #86729F;
}
</style>
background-color css
<style>
a { background-color: #86729F; }
a { background-color: rgb(134,114,159); }
div.DivClassName
{
background-color: #86729F;
}
.BgClassName
{
background-color: #86729F;
}
</style>
border-color css
<style>
span { border-color: #86729F; }
span { border-color: rgb(134,114,159); }
td.TdClassName
{
border-color: #86729F;
}
.TagClassName
{
border-color: #86729F;
}
</style>