#875489

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

Shades of Trendy Pink #875489

Tints of Trendy Pink #875489

Color information

#875489 (or 0x875489) is unknown color: approx Trendy Pink. HEX triplet: 87, 54 and 89. RGB value is (135,84,137). Sum of RGB (Red+Green+Blue) = 135+84+137=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #875489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875489 is #78AB76. Grayscale: #696969. Windows color (decimal): -7908215 or 9000071. OLE color: 9000071.

HSL color Cylindrical-coordinate representation of color #875489: hue angle of 297.74º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875489 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13584137-
CMYK0.010.3900.46
HSL297.74º23.98%43.33%-
HSV(B)297.74º38.69%53.73%-
XYZ17.6813.325.3-
YUV105.29145.9149.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=37.92%
G=23.60%
B=38.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135841370.010.3900.46297.7423.9843.33
Hex87548912702E12a182b
Octal2071242111470564523053
Binary100001111010100100010011100111010111010010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875489; }

 p { color: rgb(135,84,137); }

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

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

 a { background-color: rgb(135,84,137); }

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

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

 span { border-color: rgb(135,84,137); }

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