Shades of Topaz #837D93
Tints of Topaz #837D93
RGB
CMYK
RGB Variations
Color information
#837D93 (or 0x837D93) is known color: Topaz. HEX triplet: 83, 7D and 93. RGB value is (131,125,147). Sum of RGB (Red+Green+Blue) = 131+125+147=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #837D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D93 is #7C826C. Grayscale: #818181. Windows color (decimal): -8159853 or 9665923. OLE color: 9665923.
HSL color Cylindrical-coordinate representation of color #837D93: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837D93 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 125 | 147 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.42 |
| HSL | 256.36º | 0.09% | 0.53% | - |
| HSV(B) | 256.36º | 0.15% | 0.58% | - |
| XYZ | 21.96 | 21.6 | 30.62 | - |
| YUV | 129.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 147 | 0.11 | 0.15 | 0 | 0.42 | 256.36 | 0.09 | 0.53 |
| Hex | 83 | 7D | 93 | B | F | 0 | 2A | 100 | 9 | 35 |
| Octal | 203 | 175 | 223 | 13 | 17 | 0 | 52 | 400 | 11 | 65 |
| Binary | 10000011 | 1111101 | 10010011 | 1011 | 1111 | 0 | 101010 | 100000000 | 1001 | 110101 |
Color Harmonies of #837D93
Complementary color
Monochromatic Colors of #837D93
Black with #837D93
Text Example
Text Example
White with #837D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D93; }
p { color: rgb(131,125,147); }
H1.HeaderClassName
{
color: #837D93;
}
.AnyTagClassName
{
color: #837D93;
}
</style>
background-color css
<style>
a { background-color: #837D93; }
a { background-color: rgb(131,125,147); }
div.DivClassName
{
background-color: #837D93;
}
.BgClassName
{
background-color: #837D93;
}
</style>
border-color css
<style>
span { border-color: #837D93; }
span { border-color: rgb(131,125,147); }
td.TdClassName
{
border-color: #837D93;
}
.TagClassName
{
border-color: #837D93;
}
</style>