Shades of Trendy Pink #826E85
Tints of Trendy Pink #826E85
RGB
CMYK
RGB Variations
Color information
#826E85 (or 0x826E85) is known color: Trendy Pink. HEX triplet: 82, 6E and 85. RGB value is (130,110,133). Sum of RGB (Red+Green+Blue) = 130+110+133=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #826E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E85 is #7D917A. Grayscale: #767676. Windows color (decimal): -8229243 or 8744578. OLE color: 8744578.
HSL color Cylindrical-coordinate representation of color #826E85: hue angle of 292.17º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826E85 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 110 | 133 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.48 |
| HSL | 292.17º | 0.09% | 0.48% | - |
| HSV(B) | 292.17º | 0.17% | 0.52% | - |
| XYZ | 19.02 | 17.59 | 24.58 | - |
| YUV | 118.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 133 | 0.02 | 0.17 | 0 | 0.48 | 292.17 | 0.09 | 0.48 |
| Hex | 82 | 6E | 85 | 2 | 11 | 0 | 30 | 124 | 9 | 30 |
| Octal | 202 | 156 | 205 | 2 | 21 | 0 | 60 | 444 | 11 | 60 |
| Binary | 10000010 | 1101110 | 10000101 | 10 | 10001 | 0 | 110000 | 100100100 | 1001 | 110000 |
Color Harmonies of #826E85
Complementary color
Monochromatic Colors of #826E85
Black with #826E85
Text Example
Text Example
White with #826E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E85; }
p { color: rgb(130,110,133); }
H1.HeaderClassName
{
color: #826E85;
}
.AnyTagClassName
{
color: #826E85;
}
</style>
background-color css
<style>
a { background-color: #826E85; }
a { background-color: rgb(130,110,133); }
div.DivClassName
{
background-color: #826E85;
}
.BgClassName
{
background-color: #826E85;
}
</style>
border-color css
<style>
span { border-color: #826E85; }
span { border-color: rgb(130,110,133); }
td.TdClassName
{
border-color: #826E85;
}
.TagClassName
{
border-color: #826E85;
}
</style>