Shades of Trendy Pink #826289
Tints of Trendy Pink #826289
RGB
CMYK
RGB Variations
Color information
#826289 (or 0x826289) is known color: Trendy Pink. HEX triplet: 82, 62 and 89. RGB value is (130,98,137). Sum of RGB (Red+Green+Blue) = 130+98+137=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #826289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826289 is #7D9D76. Grayscale: #6F6F6F. Windows color (decimal): -8232311 or 9003650. OLE color: 9003650.
HSL color Cylindrical-coordinate representation of color #826289: hue angle of 289.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826289 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 98 | 137 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.46 |
| HSL | 289.23º | 0.17% | 0.46% | - |
| HSV(B) | 289.23º | 0.28% | 0.54% | - |
| XYZ | 18.09 | 15.29 | 25.66 | - |
| YUV | 112.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 137 | 0.05 | 0.28 | 0 | 0.46 | 289.23 | 0.17 | 0.46 |
| Hex | 82 | 62 | 89 | 5 | 1C | 0 | 2E | 121 | 11 | 2E |
| Octal | 202 | 142 | 211 | 5 | 34 | 0 | 56 | 441 | 21 | 56 |
| Binary | 10000010 | 1100010 | 10001001 | 101 | 11100 | 0 | 101110 | 100100001 | 10001 | 101110 |
Color Harmonies of #826289
Complementary color
Monochromatic Colors of #826289
Black with #826289
Text Example
Text Example
White with #826289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826289; }
p { color: rgb(130,98,137); }
H1.HeaderClassName
{
color: #826289;
}
.AnyTagClassName
{
color: #826289;
}
</style>
background-color css
<style>
a { background-color: #826289; }
a { background-color: rgb(130,98,137); }
div.DivClassName
{
background-color: #826289;
}
.BgClassName
{
background-color: #826289;
}
</style>
border-color css
<style>
span { border-color: #826289; }
span { border-color: rgb(130,98,137); }
td.TdClassName
{
border-color: #826289;
}
.TagClassName
{
border-color: #826289;
}
</style>