Html Css Color HEX #87668B Trendy Pink

📋 copy color: '#87668B'

red 135 ◦ green 102 ◦ blue 139

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

Shades of Trendy Pink #87668B

Tints of Trendy Pink #87668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 35.9%
G = 27.13%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87668B (or 0x87668B) is known color: Trendy Pink. HEX triplet: 87, 66 and 8B. RGB value is (135,102,139). Sum of RGB (Red+Green+Blue) = 135+102+139=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #87668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87668B is #789974. Grayscale: #737373. Windows color (decimal): -7903605 or 9135751. OLE color: 9135751.

HSL color Cylindrical-coordinate representation of color #87668B: hue angle of 293.51º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87668B is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 102 139 -
CMYK 0.03 0.27 0 0.45
HSL 293.51º 0.15% 0.47% -
HSV(B) 293.51º 0.27% 0.55% -
XYZ 19.4 16.52 26.59 -
YUV 116.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 135 102 139 0.03 0.27 0 0.45 293.51 0.15 0.47
Hex 87 66 8B 3 1B 0 2D 126 F 2F
Octal 207 146 213 3 33 0 55 446 17 57
Binary 10000111 1100110 10001011 11 11011 0 101101 100100110 1111 101111

Color Harmonies of #87668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87668B

Black with #87668B

Text Example


Text Example

White with #87668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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