Shades of Topaz #828089
Tints of Topaz #828089
RGB
CMYK
RGB Variations
Color information
#828089 (or 0x828089) is known color: Topaz. HEX triplet: 82, 80 and 89. RGB value is (130,128,137). Sum of RGB (Red+Green+Blue) = 130+128+137=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 137 - color contains mainly: blue. Hex color #828089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828089 is #7D7F76. Grayscale: #818181. Windows color (decimal): -8224631 or 9011330. OLE color: 9011330.
HSL color Cylindrical-coordinate representation of color #828089: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828089 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 128 | 137 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.46 |
| HSL | 253.33º | 0.04% | 0.52% | - |
| HSV(B) | 253.33º | 0.07% | 0.54% | - |
| XYZ | 21.44 | 21.99 | 26.78 | - |
| YUV | 129.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 137 | 0.05 | 0.07 | 0 | 0.46 | 253.33 | 0.04 | 0.52 |
| Hex | 82 | 80 | 89 | 5 | 7 | 0 | 2E | FD | 4 | 34 |
| Octal | 202 | 200 | 211 | 5 | 7 | 0 | 56 | 375 | 4 | 64 |
| Binary | 10000010 | 10000000 | 10001001 | 101 | 111 | 0 | 101110 | 11111101 | 100 | 110100 |
Color Harmonies of #828089
Complementary color
Monochromatic Colors of #828089
Black with #828089
Text Example
Text Example
White with #828089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828089; }
p { color: rgb(130,128,137); }
H1.HeaderClassName
{
color: #828089;
}
.AnyTagClassName
{
color: #828089;
}
</style>
background-color css
<style>
a { background-color: #828089; }
a { background-color: rgb(130,128,137); }
div.DivClassName
{
background-color: #828089;
}
.BgClassName
{
background-color: #828089;
}
</style>
border-color css
<style>
span { border-color: #828089; }
span { border-color: rgb(130,128,137); }
td.TdClassName
{
border-color: #828089;
}
.TagClassName
{
border-color: #828089;
}
</style>