Shades of Deluge #8D859B
Tints of Deluge #8D859B
RGB
CMYK
RGB Variations
Color information
#8D859B (or 0x8D859B) is known color: Deluge. HEX triplet: 8D, 85 and 9B. RGB value is (141,133,155). Sum of RGB (Red+Green+Blue) = 141+133+155=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D859B is #727A64. Grayscale: #898989. Windows color (decimal): -7502437 or 10192269. OLE color: 10192269.
HSL color Cylindrical-coordinate representation of color #8D859B: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D859B is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 133 | 155 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.39 |
| HSL | 261.82º | 0.1% | 0.56% | - |
| HSV(B) | 261.82º | 0.14% | 0.61% | - |
| XYZ | 25.29 | 24.8 | 34.47 | - |
| YUV | 137.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 155 | 0.09 | 0.14 | 0 | 0.39 | 261.82 | 0.1 | 0.56 |
| Hex | 8D | 85 | 9B | 9 | E | 0 | 27 | 106 | A | 38 |
| Octal | 215 | 205 | 233 | 11 | 16 | 0 | 47 | 406 | 12 | 70 |
| Binary | 10001101 | 10000101 | 10011011 | 1001 | 1110 | 0 | 100111 | 100000110 | 1010 | 111000 |
Color Harmonies of #8D859B
Complementary color
Monochromatic Colors of #8D859B
Black with #8D859B
Text Example
Text Example
White with #8D859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D859B; }
p { color: rgb(141,133,155); }
H1.HeaderClassName
{
color: #8D859B;
}
.AnyTagClassName
{
color: #8D859B;
}
</style>
background-color css
<style>
a { background-color: #8D859B; }
a { background-color: rgb(141,133,155); }
div.DivClassName
{
background-color: #8D859B;
}
.BgClassName
{
background-color: #8D859B;
}
</style>
border-color css
<style>
span { border-color: #8D859B; }
span { border-color: rgb(141,133,155); }
td.TdClassName
{
border-color: #8D859B;
}
.TagClassName
{
border-color: #8D859B;
}
</style>