Shades of Topaz #827E8B
Tints of Topaz #827E8B
RGB
CMYK
RGB Variations
Color information
#827E8B (or 0x827E8B) is known color: Topaz. HEX triplet: 82, 7E and 8B. RGB value is (130,126,139). Sum of RGB (Red+Green+Blue) = 130+126+139=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #827E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E8B is #7D8174. Grayscale: #808080. Windows color (decimal): -8225141 or 9141890. OLE color: 9141890.
HSL color Cylindrical-coordinate representation of color #827E8B: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #827E8B is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 126 | 139 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.45 |
| HSL | 258.46º | 0.05% | 0.52% | - |
| HSV(B) | 258.46º | 0.09% | 0.55% | - |
| XYZ | 21.33 | 21.53 | 27.46 | - |
| YUV | 128.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 139 | 0.06 | 0.09 | 0 | 0.45 | 258.46 | 0.05 | 0.52 |
| Hex | 82 | 7E | 8B | 6 | 9 | 0 | 2D | 102 | 5 | 34 |
| Octal | 202 | 176 | 213 | 6 | 11 | 0 | 55 | 402 | 5 | 64 |
| Binary | 10000010 | 1111110 | 10001011 | 110 | 1001 | 0 | 101101 | 100000010 | 101 | 110100 |
Color Harmonies of #827E8B
Complementary color
Monochromatic Colors of #827E8B
Black with #827E8B
Text Example
Text Example
White with #827E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E8B; }
p { color: rgb(130,126,139); }
H1.HeaderClassName
{
color: #827E8B;
}
.AnyTagClassName
{
color: #827E8B;
}
</style>
background-color css
<style>
a { background-color: #827E8B; }
a { background-color: rgb(130,126,139); }
div.DivClassName
{
background-color: #827E8B;
}
.BgClassName
{
background-color: #827E8B;
}
</style>
border-color css
<style>
span { border-color: #827E8B; }
span { border-color: rgb(130,126,139); }
td.TdClassName
{
border-color: #827E8B;
}
.TagClassName
{
border-color: #827E8B;
}
</style>