Shades of Trendy Pink #825486
Tints of Trendy Pink #825486
RGB
CMYK
RGB Variations
Color information
#825486 (or 0x825486) is known color: Trendy Pink. HEX triplet: 82, 54 and 86. RGB value is (130,84,134). Sum of RGB (Red+Green+Blue) = 130+84+134=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #825486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825486 is #7DAB79. Grayscale: #676767. Windows color (decimal): -8235898 or 8803458. OLE color: 8803458.
HSL color Cylindrical-coordinate representation of color #825486: hue angle of 295.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825486 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 84 | 134 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.47 |
| HSL | 295.2º | 0.23% | 0.43% | - |
| HSV(B) | 295.2º | 0.37% | 0.53% | - |
| XYZ | 16.68 | 12.81 | 24.15 | - |
| YUV | 103.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 134 | 0.03 | 0.37 | 0 | 0.47 | 295.2 | 0.23 | 0.43 |
| Hex | 82 | 54 | 86 | 3 | 25 | 0 | 2F | 127 | 17 | 2B |
| Octal | 202 | 124 | 206 | 3 | 45 | 0 | 57 | 447 | 27 | 53 |
| Binary | 10000010 | 1010100 | 10000110 | 11 | 100101 | 0 | 101111 | 100100111 | 10111 | 101011 |
Color Harmonies of #825486
Complementary color
Monochromatic Colors of #825486
Black with #825486
Text Example
Text Example
White with #825486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825486; }
p { color: rgb(130,84,134); }
H1.HeaderClassName
{
color: #825486;
}
.AnyTagClassName
{
color: #825486;
}
</style>
background-color css
<style>
a { background-color: #825486; }
a { background-color: rgb(130,84,134); }
div.DivClassName
{
background-color: #825486;
}
.BgClassName
{
background-color: #825486;
}
</style>
border-color css
<style>
span { border-color: #825486; }
span { border-color: rgb(130,84,134); }
td.TdClassName
{
border-color: #825486;
}
.TagClassName
{
border-color: #825486;
}
</style>