Shades of Deluge #86789C
Tints of Deluge #86789C
RGB
CMYK
RGB Variations
Color information
#86789C (or 0x86789C) is known color: Deluge. HEX triplet: 86, 78 and 9C. RGB value is (134,120,156). Sum of RGB (Red+Green+Blue) = 134+120+156=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #86789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86789C is #798763. Grayscale: #808080. Windows color (decimal): -7964516 or 10254470. OLE color: 10254470.
HSL color Cylindrical-coordinate representation of color #86789C: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86789C is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 120 | 156 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.39 |
| HSL | 263.33º | 0.15% | 0.54% | - |
| HSV(B) | 263.33º | 0.23% | 0.61% | - |
| XYZ | 22.55 | 20.9 | 34.3 | - |
| YUV | 128.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 156 | 0.14 | 0.23 | 0 | 0.39 | 263.33 | 0.15 | 0.54 |
| Hex | 86 | 78 | 9C | E | 17 | 0 | 27 | 107 | F | 36 |
| Octal | 206 | 170 | 234 | 16 | 27 | 0 | 47 | 407 | 17 | 66 |
| Binary | 10000110 | 1111000 | 10011100 | 1110 | 10111 | 0 | 100111 | 100000111 | 1111 | 110110 |
Color Harmonies of #86789C
Complementary color
Monochromatic Colors of #86789C
Black with #86789C
Text Example
Text Example
White with #86789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86789C; }
p { color: rgb(134,120,156); }
H1.HeaderClassName
{
color: #86789C;
}
.AnyTagClassName
{
color: #86789C;
}
</style>
background-color css
<style>
a { background-color: #86789C; }
a { background-color: rgb(134,120,156); }
div.DivClassName
{
background-color: #86789C;
}
.BgClassName
{
background-color: #86789C;
}
</style>
border-color css
<style>
span { border-color: #86789C; }
span { border-color: rgb(134,120,156); }
td.TdClassName
{
border-color: #86789C;
}
.TagClassName
{
border-color: #86789C;
}
</style>