Shades of Deluge #86719B
Tints of Deluge #86719B
RGB
CMYK
RGB Variations
Color information
#86719B (or 0x86719B) is known color: Deluge. HEX triplet: 86, 71 and 9B. RGB value is (134,113,155). Sum of RGB (Red+Green+Blue) = 134+113+155=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #86719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86719B is #798E64. Grayscale: #7B7B7B. Windows color (decimal): -7966309 or 10187142. OLE color: 10187142.
HSL color Cylindrical-coordinate representation of color #86719B: hue angle of 270º 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 #86719B is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 113 | 155 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.39 |
| HSL | 270º | 0.17% | 0.53% | - |
| HSV(B) | 270º | 0.27% | 0.61% | - |
| XYZ | 21.65 | 19.25 | 33.58 | - |
| YUV | 124.07 | 145.46 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 155 | 0.14 | 0.27 | 0 | 0.39 | 270 | 0.17 | 0.53 |
| Hex | 86 | 71 | 9B | E | 1B | 0 | 27 | 10E | 11 | 35 |
| Octal | 206 | 161 | 233 | 16 | 33 | 0 | 47 | 416 | 21 | 65 |
| Binary | 10000110 | 1110001 | 10011011 | 1110 | 11011 | 0 | 100111 | 100001110 | 10001 | 110101 |
Color Harmonies of #86719B
Complementary color
Monochromatic Colors of #86719B
Black with #86719B
Text Example
Text Example
White with #86719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86719B; }
p { color: rgb(134,113,155); }
H1.HeaderClassName
{
color: #86719B;
}
.AnyTagClassName
{
color: #86719B;
}
</style>
background-color css
<style>
a { background-color: #86719B; }
a { background-color: rgb(134,113,155); }
div.DivClassName
{
background-color: #86719B;
}
.BgClassName
{
background-color: #86719B;
}
</style>
border-color css
<style>
span { border-color: #86719B; }
span { border-color: rgb(134,113,155); }
td.TdClassName
{
border-color: #86719B;
}
.TagClassName
{
border-color: #86719B;
}
</style>