Shades of Topaz #827191
Tints of Topaz #827191
RGB
CMYK
RGB Variations
Color information
#827191 (or 0x827191) is known color: Topaz. HEX triplet: 82, 71 and 91. RGB value is (130,113,145). Sum of RGB (Red+Green+Blue) = 130+113+145=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #827191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827191 is #7D8E6E. Grayscale: #797979. Windows color (decimal): -8228463 or 9531778. OLE color: 9531778.
HSL color Cylindrical-coordinate representation of color #827191: hue angle of 271.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827191 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 113 | 145 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.43 |
| HSL | 271.88º | 0.13% | 0.51% | - |
| HSV(B) | 271.88º | 0.22% | 0.57% | - |
| XYZ | 20.22 | 18.6 | 29.31 | - |
| YUV | 121.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 145 | 0.10 | 0.22 | 0 | 0.43 | 271.88 | 0.13 | 0.51 |
| Hex | 82 | 71 | 91 | A | 16 | 0 | 2B | 110 | D | 33 |
| Octal | 202 | 161 | 221 | 12 | 26 | 0 | 53 | 420 | 15 | 63 |
| Binary | 10000010 | 1110001 | 10010001 | 1010 | 10110 | 0 | 101011 | 100010000 | 1101 | 110011 |
Color Harmonies of #827191
Complementary color
Monochromatic Colors of #827191
Black with #827191
Text Example
Text Example
White with #827191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827191; }
p { color: rgb(130,113,145); }
H1.HeaderClassName
{
color: #827191;
}
.AnyTagClassName
{
color: #827191;
}
</style>
background-color css
<style>
a { background-color: #827191; }
a { background-color: rgb(130,113,145); }
div.DivClassName
{
background-color: #827191;
}
.BgClassName
{
background-color: #827191;
}
</style>
border-color css
<style>
span { border-color: #827191; }
span { border-color: rgb(130,113,145); }
td.TdClassName
{
border-color: #827191;
}
.TagClassName
{
border-color: #827191;
}
</style>