Shades of Deluge #8A829F
Tints of Deluge #8A829F
RGB
CMYK
RGB Variations
Color information
#8A829F (or 0x8A829F) is known color: Deluge. HEX triplet: 8A, 82 and 9F. RGB value is (138,130,159). Sum of RGB (Red+Green+Blue) = 138+130+159=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A829F is #757D60. Grayscale: #878787. Windows color (decimal): -7699809 or 10453642. OLE color: 10453642.
HSL color Cylindrical-coordinate representation of color #8A829F: hue angle of 256.55º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A829F is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 130 | 159 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.38 |
| HSL | 256.55º | 0.13% | 0.57% | - |
| HSV(B) | 256.55º | 0.18% | 0.62% | - |
| XYZ | 24.72 | 23.87 | 36.11 | - |
| YUV | 135.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 130 | 159 | 0.13 | 0.18 | 0 | 0.38 | 256.55 | 0.13 | 0.57 |
| Hex | 8A | 82 | 9F | D | 12 | 0 | 26 | 101 | D | 39 |
| Octal | 212 | 202 | 237 | 15 | 22 | 0 | 46 | 401 | 15 | 71 |
| Binary | 10001010 | 10000010 | 10011111 | 1101 | 10010 | 0 | 100110 | 100000001 | 1101 | 111001 |
Color Harmonies of #8A829F
Complementary color
Monochromatic Colors of #8A829F
Black with #8A829F
Text Example
Text Example
White with #8A829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A829F; }
p { color: rgb(138,130,159); }
H1.HeaderClassName
{
color: #8A829F;
}
.AnyTagClassName
{
color: #8A829F;
}
</style>
background-color css
<style>
a { background-color: #8A829F; }
a { background-color: rgb(138,130,159); }
div.DivClassName
{
background-color: #8A829F;
}
.BgClassName
{
background-color: #8A829F;
}
</style>
border-color css
<style>
span { border-color: #8A829F; }
span { border-color: rgb(138,130,159); }
td.TdClassName
{
border-color: #8A829F;
}
.TagClassName
{
border-color: #8A829F;
}
</style>