Shades of Trendy Pink #8B758A
Tints of Trendy Pink #8B758A
RGB
CMYK
RGB Variations
Color information
#8B758A (or 0x8B758A) is known color: Trendy Pink. HEX triplet: 8B, 75 and 8A. RGB value is (139,117,138). Sum of RGB (Red+Green+Blue) = 139+117+138=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 139 - color contains mainly: red. Hex color #8B758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B758A is #748A75. Grayscale: #7D7D7D. Windows color (decimal): -7637622 or 9074059. OLE color: 9074059.
HSL color Cylindrical-coordinate representation of color #8B758A: hue angle of 302.73º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B758A is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 138 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.45 |
| HSL | 302.73º | 0.09% | 0.5% | - |
| HSV(B) | 302.73º | 0.16% | 0.55% | - |
| XYZ | 21.6 | 20.05 | 26.78 | - |
| YUV | 125.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 138 | 0 | 0.16 | 0.01 | 0.45 | 302.73 | 0.09 | 0.5 |
| Hex | 8B | 75 | 8A | 0 | 10 | 1 | 2D | 12F | 9 | 32 |
| Octal | 213 | 165 | 212 | 0 | 20 | 1 | 55 | 457 | 11 | 62 |
| Binary | 10001011 | 1110101 | 10001010 | 0 | 10000 | 1 | 101101 | 100101111 | 1001 | 110010 |
Color Harmonies of #8B758A
Complementary color
Monochromatic Colors of #8B758A
Black with #8B758A
Text Example
Text Example
White with #8B758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B758A; }
p { color: rgb(139,117,138); }
H1.HeaderClassName
{
color: #8B758A;
}
.AnyTagClassName
{
color: #8B758A;
}
</style>
background-color css
<style>
a { background-color: #8B758A; }
a { background-color: rgb(139,117,138); }
div.DivClassName
{
background-color: #8B758A;
}
.BgClassName
{
background-color: #8B758A;
}
</style>
border-color css
<style>
span { border-color: #8B758A; }
span { border-color: rgb(139,117,138); }
td.TdClassName
{
border-color: #8B758A;
}
.TagClassName
{
border-color: #8B758A;
}
</style>