Shades of Trendy Pink #826A83
Tints of Trendy Pink #826A83
RGB
CMYK
RGB Variations
Color information
#826A83 (or 0x826A83) is known color: Trendy Pink. HEX triplet: 82, 6A and 83. RGB value is (130,106,131). Sum of RGB (Red+Green+Blue) = 130+106+131=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #826A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A83 is #7D957C. Grayscale: #737373. Windows color (decimal): -8230269 or 8612482. OLE color: 8612482.
HSL color Cylindrical-coordinate representation of color #826A83: hue angle of 297.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826A83 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 131 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.49 |
| HSL | 297.6º | 0.11% | 0.46% | - |
| HSV(B) | 297.6º | 0.19% | 0.51% | - |
| XYZ | 18.46 | 16.69 | 23.72 | - |
| YUV | 116.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 131 | 0.01 | 0.19 | 0 | 0.49 | 297.6 | 0.11 | 0.46 |
| Hex | 82 | 6A | 83 | 1 | 13 | 0 | 31 | 12A | B | 2E |
| Octal | 202 | 152 | 203 | 1 | 23 | 0 | 61 | 452 | 13 | 56 |
| Binary | 10000010 | 1101010 | 10000011 | 1 | 10011 | 0 | 110001 | 100101010 | 1011 | 101110 |
Color Harmonies of #826A83
Complementary color
Monochromatic Colors of #826A83
Black with #826A83
Text Example
Text Example
White with #826A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A83; }
p { color: rgb(130,106,131); }
H1.HeaderClassName
{
color: #826A83;
}
.AnyTagClassName
{
color: #826A83;
}
</style>
background-color css
<style>
a { background-color: #826A83; }
a { background-color: rgb(130,106,131); }
div.DivClassName
{
background-color: #826A83;
}
.BgClassName
{
background-color: #826A83;
}
</style>
border-color css
<style>
span { border-color: #826A83; }
span { border-color: rgb(130,106,131); }
td.TdClassName
{
border-color: #826A83;
}
.TagClassName
{
border-color: #826A83;
}
</style>