Shades of Topaz #82798F
Tints of Topaz #82798F
RGB
CMYK
RGB Variations
Color information
#82798F (or 0x82798F) is known color: Topaz. HEX triplet: 82, 79 and 8F. RGB value is (130,121,143). Sum of RGB (Red+Green+Blue) = 130+121+143=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #82798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82798F is #7D8670. Grayscale: #7E7E7E. Windows color (decimal): -8226417 or 9402754. OLE color: 9402754.
HSL color Cylindrical-coordinate representation of color #82798F: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82798F is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 121 | 143 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.44 |
| HSL | 264.55º | 0.09% | 0.52% | - |
| HSV(B) | 264.55º | 0.15% | 0.56% | - |
| XYZ | 21 | 20.4 | 28.82 | - |
| YUV | 126.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 143 | 0.09 | 0.15 | 0 | 0.44 | 264.55 | 0.09 | 0.52 |
| Hex | 82 | 79 | 8F | 9 | F | 0 | 2C | 109 | 9 | 34 |
| Octal | 202 | 171 | 217 | 11 | 17 | 0 | 54 | 411 | 11 | 64 |
| Binary | 10000010 | 1111001 | 10001111 | 1001 | 1111 | 0 | 101100 | 100001001 | 1001 | 110100 |
Color Harmonies of #82798F
Complementary color
Monochromatic Colors of #82798F
Black with #82798F
Text Example
Text Example
White with #82798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82798F; }
p { color: rgb(130,121,143); }
H1.HeaderClassName
{
color: #82798F;
}
.AnyTagClassName
{
color: #82798F;
}
</style>
background-color css
<style>
a { background-color: #82798F; }
a { background-color: rgb(130,121,143); }
div.DivClassName
{
background-color: #82798F;
}
.BgClassName
{
background-color: #82798F;
}
</style>
border-color css
<style>
span { border-color: #82798F; }
span { border-color: rgb(130,121,143); }
td.TdClassName
{
border-color: #82798F;
}
.TagClassName
{
border-color: #82798F;
}
</style>