Shades of Deluge #86759C
Tints of Deluge #86759C
RGB
CMYK
RGB Variations
Color information
#86759C (or 0x86759C) is known color: Deluge. HEX triplet: 86, 75 and 9C. RGB value is (134,117,156). Sum of RGB (Red+Green+Blue) = 134+117+156=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #86759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86759C is #798A63. Grayscale: #7E7E7E. Windows color (decimal): -7965284 or 10253702. OLE color: 10253702.
HSL color Cylindrical-coordinate representation of color #86759C: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86759C is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 117 | 156 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.39 |
| HSL | 266.15º | 0.16% | 0.54% | - |
| HSV(B) | 266.15º | 0.25% | 0.61% | - |
| XYZ | 22.19 | 20.19 | 34.18 | - |
| YUV | 126.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 156 | 0.14 | 0.25 | 0 | 0.39 | 266.15 | 0.16 | 0.54 |
| Hex | 86 | 75 | 9C | E | 19 | 0 | 27 | 10A | 10 | 36 |
| Octal | 206 | 165 | 234 | 16 | 31 | 0 | 47 | 412 | 20 | 66 |
| Binary | 10000110 | 1110101 | 10011100 | 1110 | 11001 | 0 | 100111 | 100001010 | 10000 | 110110 |
Color Harmonies of #86759C
Complementary color
Monochromatic Colors of #86759C
Black with #86759C
Text Example
Text Example
White with #86759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86759C; }
p { color: rgb(134,117,156); }
H1.HeaderClassName
{
color: #86759C;
}
.AnyTagClassName
{
color: #86759C;
}
</style>
background-color css
<style>
a { background-color: #86759C; }
a { background-color: rgb(134,117,156); }
div.DivClassName
{
background-color: #86759C;
}
.BgClassName
{
background-color: #86759C;
}
</style>
border-color css
<style>
span { border-color: #86759C; }
span { border-color: rgb(134,117,156); }
td.TdClassName
{
border-color: #86759C;
}
.TagClassName
{
border-color: #86759C;
}
</style>