Shades of Deluge #86729C
Tints of Deluge #86729C
RGB
CMYK
RGB Variations
Color information
#86729C (or 0x86729C) is known color: Deluge. HEX triplet: 86, 72 and 9C. RGB value is (134,114,156). Sum of RGB (Red+Green+Blue) = 134+114+156=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #86729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86729C is #798D63. Grayscale: #7C7C7C. Windows color (decimal): -7966052 or 10252934. OLE color: 10252934.
HSL color Cylindrical-coordinate representation of color #86729C: hue angle of 268.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86729C is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 114 | 156 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.39 |
| HSL | 268.57º | 0.18% | 0.53% | - |
| HSV(B) | 268.57º | 0.27% | 0.61% | - |
| XYZ | 21.85 | 19.5 | 34.07 | - |
| YUV | 124.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 156 | 0.14 | 0.27 | 0 | 0.39 | 268.57 | 0.18 | 0.53 |
| Hex | 86 | 72 | 9C | E | 1B | 0 | 27 | 10D | 12 | 35 |
| Octal | 206 | 162 | 234 | 16 | 33 | 0 | 47 | 415 | 22 | 65 |
| Binary | 10000110 | 1110010 | 10011100 | 1110 | 11011 | 0 | 100111 | 100001101 | 10010 | 110101 |
Color Harmonies of #86729C
Complementary color
Monochromatic Colors of #86729C
Black with #86729C
Text Example
Text Example
White with #86729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86729C; }
p { color: rgb(134,114,156); }
H1.HeaderClassName
{
color: #86729C;
}
.AnyTagClassName
{
color: #86729C;
}
</style>
background-color css
<style>
a { background-color: #86729C; }
a { background-color: rgb(134,114,156); }
div.DivClassName
{
background-color: #86729C;
}
.BgClassName
{
background-color: #86729C;
}
</style>
border-color css
<style>
span { border-color: #86729C; }
span { border-color: rgb(134,114,156); }
td.TdClassName
{
border-color: #86729C;
}
.TagClassName
{
border-color: #86729C;
}
</style>