Shades of Topaz #83818C
Tints of Topaz #83818C
RGB
CMYK
RGB Variations
Color information
#83818C (or 0x83818C) is known color: Topaz. HEX triplet: 83, 81 and 8C. RGB value is (131,129,140). Sum of RGB (Red+Green+Blue) = 131+129+140=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 140 - color contains mainly: blue. Hex color #83818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83818C is #7C7E73. Grayscale: #828282. Windows color (decimal): -8158836 or 9208195. OLE color: 9208195.
HSL color Cylindrical-coordinate representation of color #83818C: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #83818C is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 129 | 140 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.45 |
| HSL | 250.91º | 0.05% | 0.53% | - |
| HSV(B) | 250.91º | 0.08% | 0.55% | - |
| XYZ | 21.94 | 22.42 | 27.98 | - |
| YUV | 130.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 140 | 0.06 | 0.08 | 0 | 0.45 | 250.91 | 0.05 | 0.53 |
| Hex | 83 | 81 | 8C | 6 | 8 | 0 | 2D | FB | 5 | 35 |
| Octal | 203 | 201 | 214 | 6 | 10 | 0 | 55 | 373 | 5 | 65 |
| Binary | 10000011 | 10000001 | 10001100 | 110 | 1000 | 0 | 101101 | 11111011 | 101 | 110101 |
Color Harmonies of #83818C
Complementary color
Monochromatic Colors of #83818C
Black with #83818C
Text Example
Text Example
White with #83818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83818C; }
p { color: rgb(131,129,140); }
H1.HeaderClassName
{
color: #83818C;
}
.AnyTagClassName
{
color: #83818C;
}
</style>
background-color css
<style>
a { background-color: #83818C; }
a { background-color: rgb(131,129,140); }
div.DivClassName
{
background-color: #83818C;
}
.BgClassName
{
background-color: #83818C;
}
</style>
border-color css
<style>
span { border-color: #83818C; }
span { border-color: rgb(131,129,140); }
td.TdClassName
{
border-color: #83818C;
}
.TagClassName
{
border-color: #83818C;
}
</style>