Shades of Trendy Pink #826286
Tints of Trendy Pink #826286
RGB
CMYK
RGB Variations
Color information
#826286 (or 0x826286) is known color: Trendy Pink. HEX triplet: 82, 62 and 86. RGB value is (130,98,134). Sum of RGB (Red+Green+Blue) = 130+98+134=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #826286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826286 is #7D9D79. Grayscale: #6F6F6F. Windows color (decimal): -8232314 or 8807042. OLE color: 8807042.
HSL color Cylindrical-coordinate representation of color #826286: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826286 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 98 | 134 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.47 |
| HSL | 293.33º | 0.16% | 0.45% | - |
| HSV(B) | 293.33º | 0.27% | 0.53% | - |
| XYZ | 17.88 | 15.2 | 24.55 | - |
| YUV | 111.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 134 | 0.03 | 0.27 | 0 | 0.47 | 293.33 | 0.16 | 0.45 |
| Hex | 82 | 62 | 86 | 3 | 1B | 0 | 2F | 125 | 10 | 2D |
| Octal | 202 | 142 | 206 | 3 | 33 | 0 | 57 | 445 | 20 | 55 |
| Binary | 10000010 | 1100010 | 10000110 | 11 | 11011 | 0 | 101111 | 100100101 | 10000 | 101101 |
Color Harmonies of #826286
Complementary color
Monochromatic Colors of #826286
Black with #826286
Text Example
Text Example
White with #826286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826286; }
p { color: rgb(130,98,134); }
H1.HeaderClassName
{
color: #826286;
}
.AnyTagClassName
{
color: #826286;
}
</style>
background-color css
<style>
a { background-color: #826286; }
a { background-color: rgb(130,98,134); }
div.DivClassName
{
background-color: #826286;
}
.BgClassName
{
background-color: #826286;
}
</style>
border-color css
<style>
span { border-color: #826286; }
span { border-color: rgb(130,98,134); }
td.TdClassName
{
border-color: #826286;
}
.TagClassName
{
border-color: #826286;
}
</style>