Shades of Deluge #8A809F
Tints of Deluge #8A809F
RGB
CMYK
RGB Variations
Color information
#8A809F (or 0x8A809F) is known color: Deluge. HEX triplet: 8A, 80 and 9F. RGB value is (138,128,159). Sum of RGB (Red+Green+Blue) = 138+128+159=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809F is #757F60. Grayscale: #868686. Windows color (decimal): -7700321 or 10453130. OLE color: 10453130.
HSL color Cylindrical-coordinate representation of color #8A809F: hue angle of 259.35º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A809F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 128 | 159 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.38 |
| HSL | 259.35º | 0.14% | 0.56% | - |
| HSV(B) | 259.35º | 0.19% | 0.62% | - |
| XYZ | 24.46 | 23.34 | 36.02 | - |
| YUV | 134.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 159 | 0.13 | 0.19 | 0 | 0.38 | 259.35 | 0.14 | 0.56 |
| Hex | 8A | 80 | 9F | D | 13 | 0 | 26 | 103 | E | 38 |
| Octal | 212 | 200 | 237 | 15 | 23 | 0 | 46 | 403 | 16 | 70 |
| Binary | 10001010 | 10000000 | 10011111 | 1101 | 10011 | 0 | 100110 | 100000011 | 1110 | 111000 |
Color Harmonies of #8A809F
Complementary color
Monochromatic Colors of #8A809F
Black with #8A809F
Text Example
Text Example
White with #8A809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A809F; }
p { color: rgb(138,128,159); }
H1.HeaderClassName
{
color: #8A809F;
}
.AnyTagClassName
{
color: #8A809F;
}
</style>
background-color css
<style>
a { background-color: #8A809F; }
a { background-color: rgb(138,128,159); }
div.DivClassName
{
background-color: #8A809F;
}
.BgClassName
{
background-color: #8A809F;
}
</style>
border-color css
<style>
span { border-color: #8A809F; }
span { border-color: rgb(138,128,159); }
td.TdClassName
{
border-color: #8A809F;
}
.TagClassName
{
border-color: #8A809F;
}
</style>