Shades of Topaz #83798D
Tints of Topaz #83798D
RGB
CMYK
RGB Variations
Color information
#83798D (or 0x83798D) is known color: Topaz. HEX triplet: 83, 79 and 8D. RGB value is (131,121,141). Sum of RGB (Red+Green+Blue) = 131+121+141=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #83798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798D is #7C8672. Grayscale: #7E7E7E. Windows color (decimal): -8160883 or 9271683. OLE color: 9271683.
HSL color Cylindrical-coordinate representation of color #83798D: hue angle of 270º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83798D is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 121 | 141 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.45 |
| HSL | 270º | 0.08% | 0.51% | - |
| HSV(B) | 270º | 0.14% | 0.55% | - |
| XYZ | 21.01 | 20.42 | 28.03 | - |
| YUV | 126.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 141 | 0.07 | 0.14 | 0 | 0.45 | 270 | 0.08 | 0.51 |
| Hex | 83 | 79 | 8D | 7 | E | 0 | 2D | 10E | 8 | 33 |
| Octal | 203 | 171 | 215 | 7 | 16 | 0 | 55 | 416 | 10 | 63 |
| Binary | 10000011 | 1111001 | 10001101 | 111 | 1110 | 0 | 101101 | 100001110 | 1000 | 110011 |
Color Harmonies of #83798D
Complementary color
Monochromatic Colors of #83798D
Black with #83798D
Text Example
Text Example
White with #83798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83798D; }
p { color: rgb(131,121,141); }
H1.HeaderClassName
{
color: #83798D;
}
.AnyTagClassName
{
color: #83798D;
}
</style>
background-color css
<style>
a { background-color: #83798D; }
a { background-color: rgb(131,121,141); }
div.DivClassName
{
background-color: #83798D;
}
.BgClassName
{
background-color: #83798D;
}
</style>
border-color css
<style>
span { border-color: #83798D; }
span { border-color: rgb(131,121,141); }
td.TdClassName
{
border-color: #83798D;
}
.TagClassName
{
border-color: #83798D;
}
</style>