Shades of Deluge #8D82AE
Tints of Deluge #8D82AE
RGB
CMYK
RGB Variations
Color information
#8D82AE (or 0x8D82AE) is known color: Deluge. HEX triplet: 8D, 82 and AE. RGB value is (141,130,174). Sum of RGB (Red+Green+Blue) = 141+130+174=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D82AE is #727D51. Grayscale: #8A8A8A. Windows color (decimal): -7503186 or 11436685. OLE color: 11436685.
HSL color Cylindrical-coordinate representation of color #8D82AE: hue angle of 255º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D82AE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 130 | 174 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.32 |
| HSL | 255º | 0.21% | 0.6% | - |
| HSV(B) | 255º | 0.25% | 0.68% | - |
| XYZ | 26.61 | 24.68 | 43.41 | - |
| YUV | 138.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 174 | 0.19 | 0.25 | 0 | 0.32 | 255 | 0.21 | 0.6 |
| Hex | 8D | 82 | AE | 13 | 19 | 0 | 20 | FF | 15 | 3C |
| Octal | 215 | 202 | 256 | 23 | 31 | 0 | 40 | 377 | 25 | 74 |
| Binary | 10001101 | 10000010 | 10101110 | 10011 | 11001 | 0 | 100000 | 11111111 | 10101 | 111100 |
Color Harmonies of #8D82AE
Complementary color
Monochromatic Colors of #8D82AE
Black with #8D82AE
Text Example
Text Example
White with #8D82AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82AE; }
p { color: rgb(141,130,174); }
H1.HeaderClassName
{
color: #8D82AE;
}
.AnyTagClassName
{
color: #8D82AE;
}
</style>
background-color css
<style>
a { background-color: #8D82AE; }
a { background-color: rgb(141,130,174); }
div.DivClassName
{
background-color: #8D82AE;
}
.BgClassName
{
background-color: #8D82AE;
}
</style>
border-color css
<style>
span { border-color: #8D82AE; }
span { border-color: rgb(141,130,174); }
td.TdClassName
{
border-color: #8D82AE;
}
.TagClassName
{
border-color: #8D82AE;
}
</style>