Html Css Color HEX #876690 Trendy Pink

📋 copy color: '#876690'

red 135 ◦ green 102 ◦ blue 144

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

Shades of Trendy Pink #876690

Tints of Trendy Pink #876690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 35.43%
G = 26.77%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#876690 (or 0x876690) is known color: Trendy Pink. HEX triplet: 87, 66 and 90. RGB value is (135,102,144). Sum of RGB (Red+Green+Blue) = 135+102+144=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #876690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876690 is #78996F. Grayscale: #747474. Windows color (decimal): -7903600 or 9463431. OLE color: 9463431.

HSL color Cylindrical-coordinate representation of color #876690: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876690 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 102 144 -
CMYK 0.06 0.29 0 0.44
HSL 287.14º 0.17% 0.48% -
HSV(B) 287.14º 0.29% 0.56% -
XYZ 19.78 16.67 28.56 -
YUV 116.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 135 102 144 0.06 0.29 0 0.44 287.14 0.17 0.48
Hex 87 66 90 6 1D 0 2C 11F 11 30
Octal 207 146 220 6 35 0 54 437 21 60
Binary 10000111 1100110 10010000 110 11101 0 101100 100011111 10001 110000

Color Harmonies of #876690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876690

Black with #876690

Text Example


Text Example

White with #876690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876690; }

 p { color: rgb(135,102,144); }

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

background-color css

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

 a { background-color: rgb(135,102,144); }

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

border-color css

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

 span { border-color: rgb(135,102,144); }

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