Shades of Deluge #8A829A
Tints of Deluge #8A829A
RGB
CMYK
RGB Variations
Color information
#8A829A (or 0x8A829A) is known color: Deluge. HEX triplet: 8A, 82 and 9A. RGB value is (138,130,154). Sum of RGB (Red+Green+Blue) = 138+130+154=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829A is #757D65. Grayscale: #878787. Windows color (decimal): -7699814 or 10125962. OLE color: 10125962.
HSL color Cylindrical-coordinate representation of color #8A829A: hue angle of 260º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A829A is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 130 | 154 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.40 |
| HSL | 260º | 0.11% | 0.56% | - |
| HSV(B) | 260º | 0.16% | 0.6% | - |
| XYZ | 24.3 | 23.7 | 33.87 | - |
| YUV | 135.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 154 | 0.10 | 0.16 | 0 | 0.40 | 260 | 0.11 | 0.56 |
| Hex | 8A | 82 | 9A | A | 10 | 0 | 28 | 104 | B | 38 |
| Octal | 212 | 202 | 232 | 12 | 20 | 0 | 50 | 404 | 13 | 70 |
| Binary | 10001010 | 10000010 | 10011010 | 1010 | 10000 | 0 | 101000 | 100000100 | 1011 | 111000 |
Color Harmonies of #8A829A
Complementary color
Monochromatic Colors of #8A829A
Black with #8A829A
Text Example
Text Example
White with #8A829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A829A; }
p { color: rgb(138,130,154); }
H1.HeaderClassName
{
color: #8A829A;
}
.AnyTagClassName
{
color: #8A829A;
}
</style>
background-color css
<style>
a { background-color: #8A829A; }
a { background-color: rgb(138,130,154); }
div.DivClassName
{
background-color: #8A829A;
}
.BgClassName
{
background-color: #8A829A;
}
</style>
border-color css
<style>
span { border-color: #8A829A; }
span { border-color: rgb(138,130,154); }
td.TdClassName
{
border-color: #8A829A;
}
.TagClassName
{
border-color: #8A829A;
}
</style>