Shades of Trendy Pink #835E7B
Tints of Trendy Pink #835E7B
RGB
CMYK
RGB Variations
Color information
#835E7B (or 0x835E7B) is known color: Trendy Pink. HEX triplet: 83, 5E and 7B. RGB value is (131,94,123). Sum of RGB (Red+Green+Blue) = 131+94+123=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #835E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E7B is #7CA184. Grayscale: #6C6C6C. Windows color (decimal): -8167813 or 8085123. OLE color: 8085123.
HSL color Cylindrical-coordinate representation of color #835E7B: hue angle of 312.97º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #835E7B is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 94 | 123 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.49 |
| HSL | 312.97º | 0.16% | 0.44% | - |
| HSV(B) | 312.97º | 0.28% | 0.51% | - |
| XYZ | 16.94 | 14.26 | 20.6 | - |
| YUV | 108.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 123 | 0 | 0.28 | 0.06 | 0.49 | 312.97 | 0.16 | 0.44 |
| Hex | 83 | 5E | 7B | 0 | 1C | 6 | 31 | 139 | 10 | 2C |
| Octal | 203 | 136 | 173 | 0 | 34 | 6 | 61 | 471 | 20 | 54 |
| Binary | 10000011 | 1011110 | 1111011 | 0 | 11100 | 110 | 110001 | 100111001 | 10000 | 101100 |
Color Harmonies of #835E7B
Complementary color
Monochromatic Colors of #835E7B
Black with #835E7B
Text Example
Text Example
White with #835E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E7B; }
p { color: rgb(131,94,123); }
H1.HeaderClassName
{
color: #835E7B;
}
.AnyTagClassName
{
color: #835E7B;
}
</style>
background-color css
<style>
a { background-color: #835E7B; }
a { background-color: rgb(131,94,123); }
div.DivClassName
{
background-color: #835E7B;
}
.BgClassName
{
background-color: #835E7B;
}
</style>
border-color css
<style>
span { border-color: #835E7B; }
span { border-color: rgb(131,94,123); }
td.TdClassName
{
border-color: #835E7B;
}
.TagClassName
{
border-color: #835E7B;
}
</style>