#876983

Color #876983 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #876983

Tints of Trendy Pink #876983

Color information

#876983 (or 0x876983) is unknown color: approx Trendy Pink. HEX triplet: 87, 69 and 83. RGB value is (135,105,131). Sum of RGB (Red+Green+Blue) = 135+105+131=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876983 is #78967C. Grayscale: #747474. Windows color (decimal): -7902845 or 8612231. OLE color: 8612231.

HSL color Cylindrical-coordinate representation of color #876983: hue angle of 308º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #876983 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB135105131-
CMYK00.220.030.47
HSL308º12.5%47.06%-
HSV(B)308º22.22%52.94%-
XYZ19.1416.8923.72-
YUV116.93135.94140.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=36.39%
G=28.30%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510513100.220.030.4730812.547.06
Hex87698301632F134d2f
Octal2071512030263574641557
Binary10000111110100110000011010110111011111001101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876983; }

 p { color: rgb(135,105,131); }

 H1.HeaderClassName
 {
   color: #876983;
 }
 .AnyTagClassName
 {
   color: #876983;
 }
</style>
background-color css

<style>
 a { background-color: #876983; }

 a { background-color: rgb(135,105,131); }

 div.DivClassName
 {
   background-color: #876983;
 }
 .BgClassName
 {
   background-color: #876983;
 }
</style>
border-color css

<style>
 span { border-color: #876983; }

 span { border-color: rgb(135,105,131); }

 td.TdClassName
 {
   border-color: #876983;
 }
 .TagClassName
 {
   border-color: #876983;
 }
</style>