Shades of Topaz #837192
Tints of Topaz #837192
RGB
CMYK
RGB Variations
Color information
#837192 (or 0x837192) is known color: Topaz. HEX triplet: 83, 71 and 92. RGB value is (131,113,146). Sum of RGB (Red+Green+Blue) = 131+113+146=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #837192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837192 is #7C8E6D. Grayscale: #7A7A7A. Windows color (decimal): -8162926 or 9597315. OLE color: 9597315.
HSL color Cylindrical-coordinate representation of color #837192: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837192 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 113 | 146 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.43 |
| HSL | 272.73º | 0.13% | 0.51% | - |
| HSV(B) | 272.73º | 0.23% | 0.57% | - |
| XYZ | 20.45 | 18.71 | 29.73 | - |
| YUV | 122.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 146 | 0.10 | 0.23 | 0 | 0.43 | 272.73 | 0.13 | 0.51 |
| Hex | 83 | 71 | 92 | A | 17 | 0 | 2B | 111 | D | 33 |
| Octal | 203 | 161 | 222 | 12 | 27 | 0 | 53 | 421 | 15 | 63 |
| Binary | 10000011 | 1110001 | 10010010 | 1010 | 10111 | 0 | 101011 | 100010001 | 1101 | 110011 |
Color Harmonies of #837192
Complementary color
Monochromatic Colors of #837192
Black with #837192
Text Example
Text Example
White with #837192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837192; }
p { color: rgb(131,113,146); }
H1.HeaderClassName
{
color: #837192;
}
.AnyTagClassName
{
color: #837192;
}
</style>
background-color css
<style>
a { background-color: #837192; }
a { background-color: rgb(131,113,146); }
div.DivClassName
{
background-color: #837192;
}
.BgClassName
{
background-color: #837192;
}
</style>
border-color css
<style>
span { border-color: #837192; }
span { border-color: rgb(131,113,146); }
td.TdClassName
{
border-color: #837192;
}
.TagClassName
{
border-color: #837192;
}
</style>