Shades of Deluge #8A81AA
Tints of Deluge #8A81AA
RGB
CMYK
RGB Variations
Color information
#8A81AA (or 0x8A81AA) is known color: Deluge. HEX triplet: 8A, 81 and AA. RGB value is (138,129,170). Sum of RGB (Red+Green+Blue) = 138+129+170=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A81AA is #757E55. Grayscale: #888888. Windows color (decimal): -7700054 or 11174282. OLE color: 11174282.
HSL color Cylindrical-coordinate representation of color #8A81AA: hue angle of 253.17º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A81AA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 129 | 170 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.33 |
| HSL | 253.17º | 0.19% | 0.59% | - |
| HSV(B) | 253.17º | 0.24% | 0.67% | - |
| XYZ | 25.59 | 24.01 | 41.32 | - |
| YUV | 136.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 170 | 0.19 | 0.24 | 0 | 0.33 | 253.17 | 0.19 | 0.59 |
| Hex | 8A | 81 | AA | 13 | 18 | 0 | 21 | FD | 13 | 3B |
| Octal | 212 | 201 | 252 | 23 | 30 | 0 | 41 | 375 | 23 | 73 |
| Binary | 10001010 | 10000001 | 10101010 | 10011 | 11000 | 0 | 100001 | 11111101 | 10011 | 111011 |
Color Harmonies of #8A81AA
Complementary color
Monochromatic Colors of #8A81AA
Black with #8A81AA
Text Example
Text Example
White with #8A81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81AA; }
p { color: rgb(138,129,170); }
H1.HeaderClassName
{
color: #8A81AA;
}
.AnyTagClassName
{
color: #8A81AA;
}
</style>
background-color css
<style>
a { background-color: #8A81AA; }
a { background-color: rgb(138,129,170); }
div.DivClassName
{
background-color: #8A81AA;
}
.BgClassName
{
background-color: #8A81AA;
}
</style>
border-color css
<style>
span { border-color: #8A81AA; }
span { border-color: rgb(138,129,170); }
td.TdClassName
{
border-color: #8A81AA;
}
.TagClassName
{
border-color: #8A81AA;
}
</style>