#874F81

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

Shades of Trendy Pink #874F81

Tints of Trendy Pink #874F81

Color information

#874F81 (or 0x874F81) is unknown color: approx Trendy Pink. HEX triplet: 87, 4F and 81. RGB value is (135,79,129). Sum of RGB (Red+Green+Blue) = 135+79+129=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #874F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F81 is #78B07E. Grayscale: #656565. Windows color (decimal): -7909503 or 8474503. OLE color: 8474503.

HSL color Cylindrical-coordinate representation of color #874F81: hue angle of 306.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #874F81 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13579129-
CMYK00.410.040.47
HSL306.43º26.17%41.96%-
HSV(B)306.43º41.48%52.94%-
XYZ16.7512.3322.27-
YUV101.44143.55151.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=39.36%
G=23.03%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357912900.410.040.47306.4326.1741.96
Hex874F8102942F1321a2a
Octal2071172010514574623252
Binary10000111100111110000001010100110010111110011001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874F81; }

 p { color: rgb(135,79,129); }

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

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

 a { background-color: rgb(135,79,129); }

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

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

 span { border-color: rgb(135,79,129); }

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