Shades of Aluminium #829098
Tints of Aluminium #829098
RGB
CMYK
RGB Variations
Color information
#829098 (or 0x829098) is known color: Aluminium. HEX triplet: 82, 90 and 98. RGB value is (130,144,152). Sum of RGB (Red+Green+Blue) = 130+144+152=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #829098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829098 is #7D6F67. Grayscale: #8C8C8C. Windows color (decimal): -8220520 or 9998466. OLE color: 9998466.
HSL color Cylindrical-coordinate representation of color #829098: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829098 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 144 | 152 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.40 |
| HSL | 201.82º | 0.1% | 0.55% | - |
| HSV(B) | 201.82º | 0.14% | 0.6% | - |
| XYZ | 24.85 | 26.96 | 33.6 | - |
| YUV | 140.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 152 | 0.14 | 0.05 | 0 | 0.40 | 201.82 | 0.1 | 0.55 |
| Hex | 82 | 90 | 98 | E | 5 | 0 | 28 | CA | A | 37 |
| Octal | 202 | 220 | 230 | 16 | 5 | 0 | 50 | 312 | 12 | 67 |
| Binary | 10000010 | 10010000 | 10011000 | 1110 | 101 | 0 | 101000 | 11001010 | 1010 | 110111 |
Color Harmonies of #829098
Complementary color
Monochromatic Colors of #829098
Black with #829098
Text Example
Text Example
White with #829098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829098; }
p { color: rgb(130,144,152); }
H1.HeaderClassName
{
color: #829098;
}
.AnyTagClassName
{
color: #829098;
}
</style>
background-color css
<style>
a { background-color: #829098; }
a { background-color: rgb(130,144,152); }
div.DivClassName
{
background-color: #829098;
}
.BgClassName
{
background-color: #829098;
}
</style>
border-color css
<style>
span { border-color: #829098; }
span { border-color: rgb(130,144,152); }
td.TdClassName
{
border-color: #829098;
}
.TagClassName
{
border-color: #829098;
}
</style>