Html Css Color HEX #876689 Trendy Pink

📋 copy color: '#876689'

red 135 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #876689

Tints of Trendy Pink #876689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 36.1%
G = 27.27%
B = 36.63%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#876689 (or 0x876689) is known color: Trendy Pink. HEX triplet: 87, 66 and 89. RGB value is (135,102,137). Sum of RGB (Red+Green+Blue) = 135+102+137=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #876689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876689 is #789976. Grayscale: #737373. Windows color (decimal): -7903607 or 9004679. OLE color: 9004679.

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

Color convert

RGB 135 102 137 -
CMYK 0.01 0.26 0 0.46
HSL 296.57º 0.15% 0.47% -
HSV(B) 296.57º 0.26% 0.54% -
XYZ 19.26 16.46 25.83 -
YUV 115.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 135 102 137 0.01 0.26 0 0.46 296.57 0.15 0.47
Hex 87 66 89 1 1A 0 2E 129 F 2F
Octal 207 146 211 1 32 0 56 451 17 57
Binary 10000111 1100110 10001001 1 11010 0 101110 100101001 1111 101111

Color Harmonies of #876689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876689

Black with #876689

Text Example


Text Example

White with #876689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876689; }

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

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

background-color css

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

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

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

border-color css

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

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

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