Html Css Color HEX #876491 Trendy Pink

📋 copy color: '#876491'

red 135 ◦ green 100 ◦ blue 145

#876491
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #876491

Tints of Trendy Pink #876491

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

 GREEN value IS 100 (39.45% from 255) = 26.32%

 BLUE value IS 145 (57.03% from 255) = 38.16%

R = 35.53%
G = 26.32%
B = 38.16%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#876491 (or 0x876491) is known color: Trendy Pink. HEX triplet: 87, 64 and 91. RGB value is (135,100,145). Sum of RGB (Red+Green+Blue) = 135+100+145=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #876491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876491 is #789B6E. Grayscale: #737373. Windows color (decimal): -7904111 or 9528455. OLE color: 9528455.

HSL color Cylindrical-coordinate representation of color #876491: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876491 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 100 145 -
CMYK 0.07 0.31 0 0.43
HSL 286.67º 0.18% 0.48% -
HSV(B) 286.67º 0.31% 0.57% -
XYZ 19.66 16.31 28.9 -
YUV 115.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 135 100 145 0.07 0.31 0 0.43 286.67 0.18 0.48
Hex 87 64 91 7 1F 0 2B 11F 12 30
Octal 207 144 221 7 37 0 53 437 22 60
Binary 10000111 1100100 10010001 111 11111 0 101011 100011111 10010 110000

Color Harmonies of #876491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876491

Black with #876491

Text Example


Text Example

White with #876491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876491; }

 p { color: rgb(135,100,145); }

 H1.HeaderClassName
 {
   color: #876491;
 }
 .AnyTagClassName
 {
   color: #876491;
 }
</style>

background-color css

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

 a { background-color: rgb(135,100,145); }

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

border-color css

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

 span { border-color: rgb(135,100,145); }

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