Shades of Deluge #8D82A7
Tints of Deluge #8D82A7
RGB
CMYK
RGB Variations
Color information
#8D82A7 (or 0x8D82A7) is known color: Deluge. HEX triplet: 8D, 82 and A7. RGB value is (141,130,167). Sum of RGB (Red+Green+Blue) = 141+130+167=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #8D82A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D82A7 is #727D58. Grayscale: #898989. Windows color (decimal): -7503193 or 10977933. OLE color: 10977933.
HSL color Cylindrical-coordinate representation of color #8D82A7: hue angle of 257.84º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D82A7 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 130 | 167 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.35 |
| HSL | 257.84º | 0.17% | 0.58% | - |
| HSV(B) | 257.84º | 0.22% | 0.65% | - |
| XYZ | 25.94 | 24.42 | 39.91 | - |
| YUV | 137.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 167 | 0.16 | 0.22 | 0 | 0.35 | 257.84 | 0.17 | 0.58 |
| Hex | 8D | 82 | A7 | 10 | 16 | 0 | 23 | 102 | 11 | 3A |
| Octal | 215 | 202 | 247 | 20 | 26 | 0 | 43 | 402 | 21 | 72 |
| Binary | 10001101 | 10000010 | 10100111 | 10000 | 10110 | 0 | 100011 | 100000010 | 10001 | 111010 |
Color Harmonies of #8D82A7
Complementary color
Monochromatic Colors of #8D82A7
Black with #8D82A7
Text Example
Text Example
White with #8D82A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82A7; }
p { color: rgb(141,130,167); }
H1.HeaderClassName
{
color: #8D82A7;
}
.AnyTagClassName
{
color: #8D82A7;
}
</style>
background-color css
<style>
a { background-color: #8D82A7; }
a { background-color: rgb(141,130,167); }
div.DivClassName
{
background-color: #8D82A7;
}
.BgClassName
{
background-color: #8D82A7;
}
</style>
border-color css
<style>
span { border-color: #8D82A7; }
span { border-color: rgb(141,130,167); }
td.TdClassName
{
border-color: #8D82A7;
}
.TagClassName
{
border-color: #8D82A7;
}
</style>