Shades of Trendy Pink #835B86
Tints of Trendy Pink #835B86
RGB
CMYK
RGB Variations
Color information
#835B86 (or 0x835B86) is known color: Trendy Pink. HEX triplet: 83, 5B and 86. RGB value is (131,91,134). Sum of RGB (Red+Green+Blue) = 131+91+134=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #835B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B86 is #7CA479. Grayscale: #6B6B6B. Windows color (decimal): -8168570 or 8805251. OLE color: 8805251.
HSL color Cylindrical-coordinate representation of color #835B86: hue angle of 295.81º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835B86 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 91 | 134 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.47 |
| HSL | 295.81º | 0.19% | 0.44% | - |
| HSV(B) | 295.81º | 0.32% | 0.53% | - |
| XYZ | 17.4 | 14.03 | 24.34 | - |
| YUV | 107.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 134 | 0.02 | 0.32 | 0 | 0.47 | 295.81 | 0.19 | 0.44 |
| Hex | 83 | 5B | 86 | 2 | 20 | 0 | 2F | 128 | 13 | 2C |
| Octal | 203 | 133 | 206 | 2 | 40 | 0 | 57 | 450 | 23 | 54 |
| Binary | 10000011 | 1011011 | 10000110 | 10 | 100000 | 0 | 101111 | 100101000 | 10011 | 101100 |
Color Harmonies of #835B86
Complementary color
Monochromatic Colors of #835B86
Black with #835B86
Text Example
Text Example
White with #835B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B86; }
p { color: rgb(131,91,134); }
H1.HeaderClassName
{
color: #835B86;
}
.AnyTagClassName
{
color: #835B86;
}
</style>
background-color css
<style>
a { background-color: #835B86; }
a { background-color: rgb(131,91,134); }
div.DivClassName
{
background-color: #835B86;
}
.BgClassName
{
background-color: #835B86;
}
</style>
border-color css
<style>
span { border-color: #835B86; }
span { border-color: rgb(131,91,134); }
td.TdClassName
{
border-color: #835B86;
}
.TagClassName
{
border-color: #835B86;
}
</style>