Shades of Deluge #8A81AD
Tints of Deluge #8A81AD
RGB
CMYK
RGB Variations
Color information
#8A81AD (or 0x8A81AD) is known color: Deluge. HEX triplet: 8A, 81 and AD. RGB value is (138,129,173). Sum of RGB (Red+Green+Blue) = 138+129+173=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A81AD is #757E52. Grayscale: #888888. Windows color (decimal): -7700051 or 11370890. OLE color: 11370890.
HSL color Cylindrical-coordinate representation of color #8A81AD: hue angle of 252.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A81AD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 129 | 173 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.32 |
| HSL | 252.27º | 0.21% | 0.59% | - |
| HSV(B) | 252.27º | 0.25% | 0.68% | - |
| XYZ | 25.87 | 24.12 | 42.83 | - |
| YUV | 136.71 | 148.48 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 173 | 0.20 | 0.25 | 0 | 0.32 | 252.27 | 0.21 | 0.59 |
| Hex | 8A | 81 | AD | 14 | 19 | 0 | 20 | FC | 15 | 3B |
| Octal | 212 | 201 | 255 | 24 | 31 | 0 | 40 | 374 | 25 | 73 |
| Binary | 10001010 | 10000001 | 10101101 | 10100 | 11001 | 0 | 100000 | 11111100 | 10101 | 111011 |
Color Harmonies of #8A81AD
Complementary color
Monochromatic Colors of #8A81AD
Black with #8A81AD
Text Example
Text Example
White with #8A81AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A81AD; }
p { color: rgb(138,129,173); }
H1.HeaderClassName
{
color: #8A81AD;
}
.AnyTagClassName
{
color: #8A81AD;
}
</style>
background-color css
<style>
a { background-color: #8A81AD; }
a { background-color: rgb(138,129,173); }
div.DivClassName
{
background-color: #8A81AD;
}
.BgClassName
{
background-color: #8A81AD;
}
</style>
border-color css
<style>
span { border-color: #8A81AD; }
span { border-color: rgb(138,129,173); }
td.TdClassName
{
border-color: #8A81AD;
}
.TagClassName
{
border-color: #8A81AD;
}
</style>