Shades of Trendy Pink #826086
Tints of Trendy Pink #826086
RGB
CMYK
RGB Variations
Color information
#826086 (or 0x826086) is known color: Trendy Pink. HEX triplet: 82, 60 and 86. RGB value is (130,96,134). Sum of RGB (Red+Green+Blue) = 130+96+134=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #826086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826086 is #7D9F79. Grayscale: #6E6E6E. Windows color (decimal): -8232826 or 8806530. OLE color: 8806530.
HSL color Cylindrical-coordinate representation of color #826086: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826086 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 96 | 134 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.47 |
| HSL | 293.68º | 0.17% | 0.45% | - |
| HSV(B) | 293.68º | 0.28% | 0.53% | - |
| XYZ | 17.69 | 14.83 | 24.48 | - |
| YUV | 110.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 134 | 0.03 | 0.28 | 0 | 0.47 | 293.68 | 0.17 | 0.45 |
| Hex | 82 | 60 | 86 | 3 | 1C | 0 | 2F | 126 | 11 | 2D |
| Octal | 202 | 140 | 206 | 3 | 34 | 0 | 57 | 446 | 21 | 55 |
| Binary | 10000010 | 1100000 | 10000110 | 11 | 11100 | 0 | 101111 | 100100110 | 10001 | 101101 |
Color Harmonies of #826086
Complementary color
Monochromatic Colors of #826086
Black with #826086
Text Example
Text Example
White with #826086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826086; }
p { color: rgb(130,96,134); }
H1.HeaderClassName
{
color: #826086;
}
.AnyTagClassName
{
color: #826086;
}
</style>
background-color css
<style>
a { background-color: #826086; }
a { background-color: rgb(130,96,134); }
div.DivClassName
{
background-color: #826086;
}
.BgClassName
{
background-color: #826086;
}
</style>
border-color css
<style>
span { border-color: #826086; }
span { border-color: rgb(130,96,134); }
td.TdClassName
{
border-color: #826086;
}
.TagClassName
{
border-color: #826086;
}
</style>