Shades of Trendy Pink #896B8F
Tints of Trendy Pink #896B8F
RGB
CMYK
RGB Variations
Color information
#896B8F (or 0x896B8F) is known color: Trendy Pink. HEX triplet: 89, 6B and 8F. RGB value is (137,107,143). Sum of RGB (Red+Green+Blue) = 137+107+143=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #896B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B8F is #769470. Grayscale: #777777. Windows color (decimal): -7771249 or 9399177. OLE color: 9399177.
HSL color Cylindrical-coordinate representation of color #896B8F: hue angle of 290º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #896B8F is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 107 | 143 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.44 |
| HSL | 290º | 0.14% | 0.49% | - |
| HSV(B) | 290º | 0.25% | 0.56% | - |
| XYZ | 20.53 | 17.82 | 28.34 | - |
| YUV | 120.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 143 | 0.04 | 0.25 | 0 | 0.44 | 290 | 0.14 | 0.49 |
| Hex | 89 | 6B | 8F | 4 | 19 | 0 | 2C | 122 | E | 31 |
| Octal | 211 | 153 | 217 | 4 | 31 | 0 | 54 | 442 | 16 | 61 |
| Binary | 10001001 | 1101011 | 10001111 | 100 | 11001 | 0 | 101100 | 100100010 | 1110 | 110001 |
Color Harmonies of #896B8F
Complementary color
Monochromatic Colors of #896B8F
Black with #896B8F
Text Example
Text Example
White with #896B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B8F; }
p { color: rgb(137,107,143); }
H1.HeaderClassName
{
color: #896B8F;
}
.AnyTagClassName
{
color: #896B8F;
}
</style>
background-color css
<style>
a { background-color: #896B8F; }
a { background-color: rgb(137,107,143); }
div.DivClassName
{
background-color: #896B8F;
}
.BgClassName
{
background-color: #896B8F;
}
</style>
border-color css
<style>
span { border-color: #896B8F; }
span { border-color: rgb(137,107,143); }
td.TdClassName
{
border-color: #896B8F;
}
.TagClassName
{
border-color: #896B8F;
}
</style>