Shades of Deluge #8D81AB
Tints of Deluge #8D81AB
RGB
CMYK
RGB Variations
Color information
#8D81AB (or 0x8D81AB) is known color: Deluge. HEX triplet: 8D, 81 and AB. RGB value is (141,129,171). Sum of RGB (Red+Green+Blue) = 141+129+171=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D81AB is #727E54. Grayscale: #898989. Windows color (decimal): -7503445 or 11239821. OLE color: 11239821.
HSL color Cylindrical-coordinate representation of color #8D81AB: hue angle of 257.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D81AB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 129 | 171 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.33 |
| HSL | 257.14º | 0.2% | 0.59% | - |
| HSV(B) | 257.14º | 0.25% | 0.67% | - |
| XYZ | 26.19 | 24.3 | 41.84 | - |
| YUV | 137.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 171 | 0.18 | 0.25 | 0 | 0.33 | 257.14 | 0.2 | 0.59 |
| Hex | 8D | 81 | AB | 12 | 19 | 0 | 21 | 101 | 14 | 3B |
| Octal | 215 | 201 | 253 | 22 | 31 | 0 | 41 | 401 | 24 | 73 |
| Binary | 10001101 | 10000001 | 10101011 | 10010 | 11001 | 0 | 100001 | 100000001 | 10100 | 111011 |
Color Harmonies of #8D81AB
Complementary color
Monochromatic Colors of #8D81AB
Black with #8D81AB
Text Example
Text Example
White with #8D81AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D81AB; }
p { color: rgb(141,129,171); }
H1.HeaderClassName
{
color: #8D81AB;
}
.AnyTagClassName
{
color: #8D81AB;
}
</style>
background-color css
<style>
a { background-color: #8D81AB; }
a { background-color: rgb(141,129,171); }
div.DivClassName
{
background-color: #8D81AB;
}
.BgClassName
{
background-color: #8D81AB;
}
</style>
border-color css
<style>
span { border-color: #8D81AB; }
span { border-color: rgb(141,129,171); }
td.TdClassName
{
border-color: #8D81AB;
}
.TagClassName
{
border-color: #8D81AB;
}
</style>