Shades of Deluge #8D829D
Tints of Deluge #8D829D
RGB
CMYK
RGB Variations
Color information
#8D829D (or 0x8D829D) is known color: Deluge. HEX triplet: 8D, 82 and 9D. RGB value is (141,130,157). Sum of RGB (Red+Green+Blue) = 141+130+157=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D829D is #727D62. Grayscale: #888888. Windows color (decimal): -7503203 or 10322573. OLE color: 10322573.
HSL color Cylindrical-coordinate representation of color #8D829D: hue angle of 264.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D829D is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 130 | 157 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.38 |
| HSL | 264.44º | 0.12% | 0.56% | - |
| HSV(B) | 264.44º | 0.17% | 0.62% | - |
| XYZ | 25.05 | 24.06 | 35.22 | - |
| YUV | 136.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 157 | 0.10 | 0.17 | 0 | 0.38 | 264.44 | 0.12 | 0.56 |
| Hex | 8D | 82 | 9D | A | 11 | 0 | 26 | 108 | C | 38 |
| Octal | 215 | 202 | 235 | 12 | 21 | 0 | 46 | 410 | 14 | 70 |
| Binary | 10001101 | 10000010 | 10011101 | 1010 | 10001 | 0 | 100110 | 100001000 | 1100 | 111000 |
Color Harmonies of #8D829D
Complementary color
Monochromatic Colors of #8D829D
Black with #8D829D
Text Example
Text Example
White with #8D829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D829D; }
p { color: rgb(141,130,157); }
H1.HeaderClassName
{
color: #8D829D;
}
.AnyTagClassName
{
color: #8D829D;
}
</style>
background-color css
<style>
a { background-color: #8D829D; }
a { background-color: rgb(141,130,157); }
div.DivClassName
{
background-color: #8D829D;
}
.BgClassName
{
background-color: #8D829D;
}
</style>
border-color css
<style>
span { border-color: #8D829D; }
span { border-color: rgb(141,130,157); }
td.TdClassName
{
border-color: #8D829D;
}
.TagClassName
{
border-color: #8D829D;
}
</style>