Shades of Topaz #826D90
Tints of Topaz #826D90
RGB
CMYK
RGB Variations
Color information
#826D90 (or 0x826D90) is known color: Topaz. HEX triplet: 82, 6D and 90. RGB value is (130,109,144). Sum of RGB (Red+Green+Blue) = 130+109+144=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #826D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826D90 is #7D926F. Grayscale: #777777. Windows color (decimal): -8229488 or 9465218. OLE color: 9465218.
HSL color Cylindrical-coordinate representation of color #826D90: hue angle of 276º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826D90 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 109 | 144 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.44 |
| HSL | 276º | 0.14% | 0.5% | - |
| HSV(B) | 276º | 0.24% | 0.56% | - |
| XYZ | 19.71 | 17.7 | 28.76 | - |
| YUV | 119.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 144 | 0.10 | 0.24 | 0 | 0.44 | 276 | 0.14 | 0.5 |
| Hex | 82 | 6D | 90 | A | 18 | 0 | 2C | 114 | E | 32 |
| Octal | 202 | 155 | 220 | 12 | 30 | 0 | 54 | 424 | 16 | 62 |
| Binary | 10000010 | 1101101 | 10010000 | 1010 | 11000 | 0 | 101100 | 100010100 | 1110 | 110010 |
Color Harmonies of #826D90
Complementary color
Monochromatic Colors of #826D90
Black with #826D90
Text Example
Text Example
White with #826D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D90; }
p { color: rgb(130,109,144); }
H1.HeaderClassName
{
color: #826D90;
}
.AnyTagClassName
{
color: #826D90;
}
</style>
background-color css
<style>
a { background-color: #826D90; }
a { background-color: rgb(130,109,144); }
div.DivClassName
{
background-color: #826D90;
}
.BgClassName
{
background-color: #826D90;
}
</style>
border-color css
<style>
span { border-color: #826D90; }
span { border-color: rgb(130,109,144); }
td.TdClassName
{
border-color: #826D90;
}
.TagClassName
{
border-color: #826D90;
}
</style>