Shades of Deluge #8A81AE
Tints of Deluge #8A81AE
RGB
CMYK
RGB Variations
Color information
#8A81AE (or 0x8A81AE) is known color: Deluge. HEX triplet: 8A, 81 and AE. RGB value is (138,129,174). Sum of RGB (Red+Green+Blue) = 138+129+174=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A81AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A81AE is #757E51. Grayscale: #888888. Windows color (decimal): -7700050 or 11436426. OLE color: 11436426.
HSL color Cylindrical-coordinate representation of color #8A81AE: hue angle of 252º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A81AE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 129 | 174 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.32 |
| HSL | 252º | 0.22% | 0.59% | - |
| HSV(B) | 252º | 0.26% | 0.68% | - |
| XYZ | 25.97 | 24.16 | 43.34 | - |
| YUV | 136.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 174 | 0.21 | 0.26 | 0 | 0.32 | 252 | 0.22 | 0.59 |
| Hex | 8A | 81 | AE | 15 | 1A | 0 | 20 | FC | 16 | 3B |
| Octal | 212 | 201 | 256 | 25 | 32 | 0 | 40 | 374 | 26 | 73 |
| Binary | 10001010 | 10000001 | 10101110 | 10101 | 11010 | 0 | 100000 | 11111100 | 10110 | 111011 |
Color Harmonies of #8A81AE
Complementary color
Monochromatic Colors of #8A81AE
Black with #8A81AE
Text Example
Text Example
White with #8A81AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81AE; }
p { color: rgb(138,129,174); }
H1.HeaderClassName
{
color: #8A81AE;
}
.AnyTagClassName
{
color: #8A81AE;
}
</style>
background-color css
<style>
a { background-color: #8A81AE; }
a { background-color: rgb(138,129,174); }
div.DivClassName
{
background-color: #8A81AE;
}
.BgClassName
{
background-color: #8A81AE;
}
</style>
border-color css
<style>
span { border-color: #8A81AE; }
span { border-color: rgb(138,129,174); }
td.TdClassName
{
border-color: #8A81AE;
}
.TagClassName
{
border-color: #8A81AE;
}
</style>