Shades of Topaz #827B92
Tints of Topaz #827B92
RGB
CMYK
RGB Variations
Color information
#827B92 (or 0x827B92) is known color: Topaz. HEX triplet: 82, 7B and 92. RGB value is (130,123,146). Sum of RGB (Red+Green+Blue) = 130+123+146=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 146 - color contains mainly: blue. Hex color #827B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B92 is #7D846D. Grayscale: #7F7F7F. Windows color (decimal): -8225902 or 9599874. OLE color: 9599874.
HSL color Cylindrical-coordinate representation of color #827B92: hue angle of 258.26º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #827B92 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 123 | 146 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.43 |
| HSL | 258.26º | 0.1% | 0.53% | - |
| HSV(B) | 258.26º | 0.16% | 0.57% | - |
| XYZ | 21.48 | 20.99 | 30.11 | - |
| YUV | 127.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 146 | 0.11 | 0.16 | 0 | 0.43 | 258.26 | 0.1 | 0.53 |
| Hex | 82 | 7B | 92 | B | 10 | 0 | 2B | 102 | A | 35 |
| Octal | 202 | 173 | 222 | 13 | 20 | 0 | 53 | 402 | 12 | 65 |
| Binary | 10000010 | 1111011 | 10010010 | 1011 | 10000 | 0 | 101011 | 100000010 | 1010 | 110101 |
Color Harmonies of #827B92
Complementary color
Monochromatic Colors of #827B92
Black with #827B92
Text Example
Text Example
White with #827B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B92; }
p { color: rgb(130,123,146); }
H1.HeaderClassName
{
color: #827B92;
}
.AnyTagClassName
{
color: #827B92;
}
</style>
background-color css
<style>
a { background-color: #827B92; }
a { background-color: rgb(130,123,146); }
div.DivClassName
{
background-color: #827B92;
}
.BgClassName
{
background-color: #827B92;
}
</style>
border-color css
<style>
span { border-color: #827B92; }
span { border-color: rgb(130,123,146); }
td.TdClassName
{
border-color: #827B92;
}
.TagClassName
{
border-color: #827B92;
}
</style>