Shades of Deluge #86729B
Tints of Deluge #86729B
RGB
CMYK
RGB Variations
Color information
#86729B (or 0x86729B) is known color: Deluge. HEX triplet: 86, 72 and 9B. RGB value is (134,114,155). Sum of RGB (Red+Green+Blue) = 134+114+155=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #86729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86729B is #798D64. Grayscale: #7C7C7C. Windows color (decimal): -7966053 or 10187398. OLE color: 10187398.
HSL color Cylindrical-coordinate representation of color #86729B: hue angle of 269.27º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86729B is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 114 | 155 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.39 |
| HSL | 269.27º | 0.17% | 0.53% | - |
| HSV(B) | 269.27º | 0.26% | 0.61% | - |
| XYZ | 21.77 | 19.47 | 33.62 | - |
| YUV | 124.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 155 | 0.14 | 0.26 | 0 | 0.39 | 269.27 | 0.17 | 0.53 |
| Hex | 86 | 72 | 9B | E | 1A | 0 | 27 | 10D | 11 | 35 |
| Octal | 206 | 162 | 233 | 16 | 32 | 0 | 47 | 415 | 21 | 65 |
| Binary | 10000110 | 1110010 | 10011011 | 1110 | 11010 | 0 | 100111 | 100001101 | 10001 | 110101 |
Color Harmonies of #86729B
Complementary color
Monochromatic Colors of #86729B
Black with #86729B
Text Example
Text Example
White with #86729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86729B; }
p { color: rgb(134,114,155); }
H1.HeaderClassName
{
color: #86729B;
}
.AnyTagClassName
{
color: #86729B;
}
</style>
background-color css
<style>
a { background-color: #86729B; }
a { background-color: rgb(134,114,155); }
div.DivClassName
{
background-color: #86729B;
}
.BgClassName
{
background-color: #86729B;
}
</style>
border-color css
<style>
span { border-color: #86729B; }
span { border-color: rgb(134,114,155); }
td.TdClassName
{
border-color: #86729B;
}
.TagClassName
{
border-color: #86729B;
}
</style>