Shades of Topaz #826F8E
Tints of Topaz #826F8E
RGB
CMYK
RGB Variations
Color information
#826F8E (or 0x826F8E) is known color: Topaz. HEX triplet: 82, 6F and 8E. RGB value is (130,111,142). Sum of RGB (Red+Green+Blue) = 130+111+142=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #826F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826F8E is #7D9071. Grayscale: #787878. Windows color (decimal): -8228978 or 9334658. OLE color: 9334658.
HSL color Cylindrical-coordinate representation of color #826F8E: hue angle of 276.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826F8E is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 111 | 142 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.44 |
| HSL | 276.77º | 0.12% | 0.5% | - |
| HSV(B) | 276.77º | 0.22% | 0.56% | - |
| XYZ | 19.77 | 18.07 | 28.04 | - |
| YUV | 120.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 142 | 0.08 | 0.22 | 0 | 0.44 | 276.77 | 0.12 | 0.5 |
| Hex | 82 | 6F | 8E | 8 | 16 | 0 | 2C | 115 | C | 32 |
| Octal | 202 | 157 | 216 | 10 | 26 | 0 | 54 | 425 | 14 | 62 |
| Binary | 10000010 | 1101111 | 10001110 | 1000 | 10110 | 0 | 101100 | 100010101 | 1100 | 110010 |
Color Harmonies of #826F8E
Complementary color
Monochromatic Colors of #826F8E
Black with #826F8E
Text Example
Text Example
White with #826F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F8E; }
p { color: rgb(130,111,142); }
H1.HeaderClassName
{
color: #826F8E;
}
.AnyTagClassName
{
color: #826F8E;
}
</style>
background-color css
<style>
a { background-color: #826F8E; }
a { background-color: rgb(130,111,142); }
div.DivClassName
{
background-color: #826F8E;
}
.BgClassName
{
background-color: #826F8E;
}
</style>
border-color css
<style>
span { border-color: #826F8E; }
span { border-color: rgb(130,111,142); }
td.TdClassName
{
border-color: #826F8E;
}
.TagClassName
{
border-color: #826F8E;
}
</style>