Shades of Topaz #83758F
Tints of Topaz #83758F
RGB
CMYK
RGB Variations
Color information
#83758F (or 0x83758F) is known color: Topaz. HEX triplet: 83, 75 and 8F. RGB value is (131,117,143). Sum of RGB (Red+Green+Blue) = 131+117+143=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 143 - color contains mainly: blue. Hex color #83758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83758F is #7C8A70. Grayscale: #7C7C7C. Windows color (decimal): -8161905 or 9401731. OLE color: 9401731.
HSL color Cylindrical-coordinate representation of color #83758F: hue angle of 272.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83758F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 117 | 143 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.44 |
| HSL | 272.31º | 0.1% | 0.51% | - |
| HSV(B) | 272.31º | 0.18% | 0.56% | - |
| XYZ | 20.68 | 19.53 | 28.67 | - |
| YUV | 124.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 143 | 0.08 | 0.18 | 0 | 0.44 | 272.31 | 0.1 | 0.51 |
| Hex | 83 | 75 | 8F | 8 | 12 | 0 | 2C | 110 | A | 33 |
| Octal | 203 | 165 | 217 | 10 | 22 | 0 | 54 | 420 | 12 | 63 |
| Binary | 10000011 | 1110101 | 10001111 | 1000 | 10010 | 0 | 101100 | 100010000 | 1010 | 110011 |
Color Harmonies of #83758F
Complementary color
Monochromatic Colors of #83758F
Black with #83758F
Text Example
Text Example
White with #83758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83758F; }
p { color: rgb(131,117,143); }
H1.HeaderClassName
{
color: #83758F;
}
.AnyTagClassName
{
color: #83758F;
}
</style>
background-color css
<style>
a { background-color: #83758F; }
a { background-color: rgb(131,117,143); }
div.DivClassName
{
background-color: #83758F;
}
.BgClassName
{
background-color: #83758F;
}
</style>
border-color css
<style>
span { border-color: #83758F; }
span { border-color: rgb(131,117,143); }
td.TdClassName
{
border-color: #83758F;
}
.TagClassName
{
border-color: #83758F;
}
</style>