Shades of Trendy Pink #826285
Tints of Trendy Pink #826285
RGB
CMYK
RGB Variations
Color information
#826285 (or 0x826285) is known color: Trendy Pink. HEX triplet: 82, 62 and 85. RGB value is (130,98,133). Sum of RGB (Red+Green+Blue) = 130+98+133=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #826285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826285 is #7D9D7A. Grayscale: #6F6F6F. Windows color (decimal): -8232315 or 8741506. OLE color: 8741506.
HSL color Cylindrical-coordinate representation of color #826285: hue angle of 294.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826285 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 98 | 133 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.48 |
| HSL | 294.86º | 0.15% | 0.45% | - |
| HSV(B) | 294.86º | 0.26% | 0.52% | - |
| XYZ | 17.81 | 15.17 | 24.18 | - |
| YUV | 111.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 133 | 0.02 | 0.26 | 0 | 0.48 | 294.86 | 0.15 | 0.45 |
| Hex | 82 | 62 | 85 | 2 | 1A | 0 | 30 | 127 | F | 2D |
| Octal | 202 | 142 | 205 | 2 | 32 | 0 | 60 | 447 | 17 | 55 |
| Binary | 10000010 | 1100010 | 10000101 | 10 | 11010 | 0 | 110000 | 100100111 | 1111 | 101101 |
Color Harmonies of #826285
Complementary color
Monochromatic Colors of #826285
Black with #826285
Text Example
Text Example
White with #826285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826285; }
p { color: rgb(130,98,133); }
H1.HeaderClassName
{
color: #826285;
}
.AnyTagClassName
{
color: #826285;
}
</style>
background-color css
<style>
a { background-color: #826285; }
a { background-color: rgb(130,98,133); }
div.DivClassName
{
background-color: #826285;
}
.BgClassName
{
background-color: #826285;
}
</style>
border-color css
<style>
span { border-color: #826285; }
span { border-color: rgb(130,98,133); }
td.TdClassName
{
border-color: #826285;
}
.TagClassName
{
border-color: #826285;
}
</style>