Shades of Deluge #86819C
Tints of Deluge #86819C
RGB
CMYK
RGB Variations
Color information
#86819C (or 0x86819C) is known color: Deluge. HEX triplet: 86, 81 and 9C. RGB value is (134,129,156). Sum of RGB (Red+Green+Blue) = 134+129+156=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #86819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86819C is #797E63. Grayscale: #858585. Windows color (decimal): -7962212 or 10256774. OLE color: 10256774.
HSL color Cylindrical-coordinate representation of color #86819C: hue angle of 251.11º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86819C is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 129 | 156 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.39 |
| HSL | 251.11º | 0.12% | 0.56% | - |
| HSV(B) | 251.11º | 0.17% | 0.61% | - |
| XYZ | 23.68 | 23.17 | 34.68 | - |
| YUV | 133.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 156 | 0.14 | 0.17 | 0 | 0.39 | 251.11 | 0.12 | 0.56 |
| Hex | 86 | 81 | 9C | E | 11 | 0 | 27 | FB | C | 38 |
| Octal | 206 | 201 | 234 | 16 | 21 | 0 | 47 | 373 | 14 | 70 |
| Binary | 10000110 | 10000001 | 10011100 | 1110 | 10001 | 0 | 100111 | 11111011 | 1100 | 111000 |
Color Harmonies of #86819C
Complementary color
Monochromatic Colors of #86819C
Black with #86819C
Text Example
Text Example
White with #86819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86819C; }
p { color: rgb(134,129,156); }
H1.HeaderClassName
{
color: #86819C;
}
.AnyTagClassName
{
color: #86819C;
}
</style>
background-color css
<style>
a { background-color: #86819C; }
a { background-color: rgb(134,129,156); }
div.DivClassName
{
background-color: #86819C;
}
.BgClassName
{
background-color: #86819C;
}
</style>
border-color css
<style>
span { border-color: #86819C; }
span { border-color: rgb(134,129,156); }
td.TdClassName
{
border-color: #86819C;
}
.TagClassName
{
border-color: #86819C;
}
</style>