Shades of Trendy Pink #826C84
Tints of Trendy Pink #826C84
RGB
CMYK
RGB Variations
Color information
#826C84 (or 0x826C84) is known color: Trendy Pink. HEX triplet: 82, 6C and 84. RGB value is (130,108,132). Sum of RGB (Red+Green+Blue) = 130+108+132=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #826C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C84 is #7D937B. Grayscale: #757575. Windows color (decimal): -8229756 or 8678530. OLE color: 8678530.
HSL color Cylindrical-coordinate representation of color #826C84: hue angle of 295º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #826C84 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 108 | 132 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.48 |
| HSL | 295º | 0.1% | 0.47% | - |
| HSV(B) | 295º | 0.18% | 0.52% | - |
| XYZ | 18.73 | 17.14 | 24.15 | - |
| YUV | 117.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 132 | 0.02 | 0.18 | 0 | 0.48 | 295 | 0.1 | 0.47 |
| Hex | 82 | 6C | 84 | 2 | 12 | 0 | 30 | 127 | A | 2F |
| Octal | 202 | 154 | 204 | 2 | 22 | 0 | 60 | 447 | 12 | 57 |
| Binary | 10000010 | 1101100 | 10000100 | 10 | 10010 | 0 | 110000 | 100100111 | 1010 | 101111 |
Color Harmonies of #826C84
Complementary color
Monochromatic Colors of #826C84
Black with #826C84
Text Example
Text Example
White with #826C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C84; }
p { color: rgb(130,108,132); }
H1.HeaderClassName
{
color: #826C84;
}
.AnyTagClassName
{
color: #826C84;
}
</style>
background-color css
<style>
a { background-color: #826C84; }
a { background-color: rgb(130,108,132); }
div.DivClassName
{
background-color: #826C84;
}
.BgClassName
{
background-color: #826C84;
}
</style>
border-color css
<style>
span { border-color: #826C84; }
span { border-color: rgb(130,108,132); }
td.TdClassName
{
border-color: #826C84;
}
.TagClassName
{
border-color: #826C84;
}
</style>