Shades of Topaz #827E8C
Tints of Topaz #827E8C
RGB
CMYK
RGB Variations
Color information
#827E8C (or 0x827E8C) is known color: Topaz. HEX triplet: 82, 7E and 8C. RGB value is (130,126,140). Sum of RGB (Red+Green+Blue) = 130+126+140=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #827E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827E8C is #7D8173. Grayscale: #808080. Windows color (decimal): -8225140 or 9207426. OLE color: 9207426.
HSL color Cylindrical-coordinate representation of color #827E8C: hue angle of 257.14º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #827E8C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 126 | 140 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.45 |
| HSL | 257.14º | 0.06% | 0.52% | - |
| HSV(B) | 257.14º | 0.1% | 0.55% | - |
| XYZ | 21.4 | 21.56 | 27.84 | - |
| YUV | 128.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 140 | 0.07 | 0.10 | 0 | 0.45 | 257.14 | 0.06 | 0.52 |
| Hex | 82 | 7E | 8C | 7 | A | 0 | 2D | 101 | 6 | 34 |
| Octal | 202 | 176 | 214 | 7 | 12 | 0 | 55 | 401 | 6 | 64 |
| Binary | 10000010 | 1111110 | 10001100 | 111 | 1010 | 0 | 101101 | 100000001 | 110 | 110100 |
Color Harmonies of #827E8C
Complementary color
Monochromatic Colors of #827E8C
Black with #827E8C
Text Example
Text Example
White with #827E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E8C; }
p { color: rgb(130,126,140); }
H1.HeaderClassName
{
color: #827E8C;
}
.AnyTagClassName
{
color: #827E8C;
}
</style>
background-color css
<style>
a { background-color: #827E8C; }
a { background-color: rgb(130,126,140); }
div.DivClassName
{
background-color: #827E8C;
}
.BgClassName
{
background-color: #827E8C;
}
</style>
border-color css
<style>
span { border-color: #827E8C; }
span { border-color: rgb(130,126,140); }
td.TdClassName
{
border-color: #827E8C;
}
.TagClassName
{
border-color: #827E8C;
}
</style>