Shades of Deluge #8A809A
Tints of Deluge #8A809A
RGB
CMYK
RGB Variations
Color information
#8A809A (or 0x8A809A) is known color: Deluge. HEX triplet: 8A, 80 and 9A. RGB value is (138,128,154). Sum of RGB (Red+Green+Blue) = 138+128+154=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809A is #757F65. Grayscale: #858585. Windows color (decimal): -7700326 or 10125450. OLE color: 10125450.
HSL color Cylindrical-coordinate representation of color #8A809A: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A809A is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 128 | 154 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.40 |
| HSL | 263.08º | 0.11% | 0.55% | - |
| HSV(B) | 263.08º | 0.17% | 0.6% | - |
| XYZ | 24.03 | 23.17 | 33.78 | - |
| YUV | 133.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 154 | 0.10 | 0.17 | 0 | 0.40 | 263.08 | 0.11 | 0.55 |
| Hex | 8A | 80 | 9A | A | 11 | 0 | 28 | 107 | B | 37 |
| Octal | 212 | 200 | 232 | 12 | 21 | 0 | 50 | 407 | 13 | 67 |
| Binary | 10001010 | 10000000 | 10011010 | 1010 | 10001 | 0 | 101000 | 100000111 | 1011 | 110111 |
Color Harmonies of #8A809A
Complementary color
Monochromatic Colors of #8A809A
Black with #8A809A
Text Example
Text Example
White with #8A809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A809A; }
p { color: rgb(138,128,154); }
H1.HeaderClassName
{
color: #8A809A;
}
.AnyTagClassName
{
color: #8A809A;
}
</style>
background-color css
<style>
a { background-color: #8A809A; }
a { background-color: rgb(138,128,154); }
div.DivClassName
{
background-color: #8A809A;
}
.BgClassName
{
background-color: #8A809A;
}
</style>
border-color css
<style>
span { border-color: #8A809A; }
span { border-color: rgb(138,128,154); }
td.TdClassName
{
border-color: #8A809A;
}
.TagClassName
{
border-color: #8A809A;
}
</style>