Shades of Deluge #8A809D
Tints of Deluge #8A809D
RGB
CMYK
RGB Variations
Color information
#8A809D (or 0x8A809D) is known color: Deluge. HEX triplet: 8A, 80 and 9D. RGB value is (138,128,157). Sum of RGB (Red+Green+Blue) = 138+128+157=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809D is #757F62. Grayscale: #868686. Windows color (decimal): -7700323 or 10322058. OLE color: 10322058.
HSL color Cylindrical-coordinate representation of color #8A809D: hue angle of 260.69º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A809D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 128 | 157 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.38 |
| HSL | 260.69º | 0.13% | 0.56% | - |
| HSV(B) | 260.69º | 0.18% | 0.62% | - |
| XYZ | 24.29 | 23.28 | 35.11 | - |
| YUV | 134.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 157 | 0.12 | 0.18 | 0 | 0.38 | 260.69 | 0.13 | 0.56 |
| Hex | 8A | 80 | 9D | C | 12 | 0 | 26 | 105 | D | 38 |
| Octal | 212 | 200 | 235 | 14 | 22 | 0 | 46 | 405 | 15 | 70 |
| Binary | 10001010 | 10000000 | 10011101 | 1100 | 10010 | 0 | 100110 | 100000101 | 1101 | 111000 |
Color Harmonies of #8A809D
Complementary color
Monochromatic Colors of #8A809D
Black with #8A809D
Text Example
Text Example
White with #8A809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A809D; }
p { color: rgb(138,128,157); }
H1.HeaderClassName
{
color: #8A809D;
}
.AnyTagClassName
{
color: #8A809D;
}
</style>
background-color css
<style>
a { background-color: #8A809D; }
a { background-color: rgb(138,128,157); }
div.DivClassName
{
background-color: #8A809D;
}
.BgClassName
{
background-color: #8A809D;
}
</style>
border-color css
<style>
span { border-color: #8A809D; }
span { border-color: rgb(138,128,157); }
td.TdClassName
{
border-color: #8A809D;
}
.TagClassName
{
border-color: #8A809D;
}
</style>