#867489

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

Shades of Trendy Pink #867489

Tints of Trendy Pink #867489

Color information

#867489 (or 0x867489) is unknown color: approx Trendy Pink. HEX triplet: 86, 74 and 89. RGB value is (134,116,137). Sum of RGB (Red+Green+Blue) = 134+116+137=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #867489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867489 is #798B76. Grayscale: #7B7B7B. Windows color (decimal): -7965559 or 9008262. OLE color: 9008262.

HSL color Cylindrical-coordinate representation of color #867489: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #867489 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB134116137-
CMYK0.020.1500.46
HSL291.43º8.3%49.61%-
HSV(B)291.43º15.33%53.73%-
XYZ20.5919.3726.32-
YUV123.78135.46135.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=34.63%
G=29.97%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341161370.020.1500.46291.438.349.61
Hex8674892F02E123832
Octal2061642112170564431062
Binary1000011011101001000100110111101011101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867489; }

 p { color: rgb(134,116,137); }

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

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

 a { background-color: rgb(134,116,137); }

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

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

 span { border-color: rgb(134,116,137); }

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