Shades of Deluge #86769C
Tints of Deluge #86769C
RGB
CMYK
RGB Variations
Color information
#86769C (or 0x86769C) is known color: Deluge. HEX triplet: 86, 76 and 9C. RGB value is (134,118,156). Sum of RGB (Red+Green+Blue) = 134+118+156=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #86769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86769C is #798963. Grayscale: #7E7E7E. Windows color (decimal): -7965028 or 10253958. OLE color: 10253958.
HSL color Cylindrical-coordinate representation of color #86769C: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86769C is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 118 | 156 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.39 |
| HSL | 265.26º | 0.16% | 0.54% | - |
| HSV(B) | 265.26º | 0.24% | 0.61% | - |
| XYZ | 22.31 | 20.43 | 34.22 | - |
| YUV | 127.12 | 144.3 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 156 | 0.14 | 0.24 | 0 | 0.39 | 265.26 | 0.16 | 0.54 |
| Hex | 86 | 76 | 9C | E | 18 | 0 | 27 | 109 | 10 | 36 |
| Octal | 206 | 166 | 234 | 16 | 30 | 0 | 47 | 411 | 20 | 66 |
| Binary | 10000110 | 1110110 | 10011100 | 1110 | 11000 | 0 | 100111 | 100001001 | 10000 | 110110 |
Color Harmonies of #86769C
Complementary color
Monochromatic Colors of #86769C
Black with #86769C
Text Example
Text Example
White with #86769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86769C; }
p { color: rgb(134,118,156); }
H1.HeaderClassName
{
color: #86769C;
}
.AnyTagClassName
{
color: #86769C;
}
</style>
background-color css
<style>
a { background-color: #86769C; }
a { background-color: rgb(134,118,156); }
div.DivClassName
{
background-color: #86769C;
}
.BgClassName
{
background-color: #86769C;
}
</style>
border-color css
<style>
span { border-color: #86769C; }
span { border-color: rgb(134,118,156); }
td.TdClassName
{
border-color: #86769C;
}
.TagClassName
{
border-color: #86769C;
}
</style>