Html Css Color HEX #87507B Trendy Pink

📋 copy color: '#87507B'

red 135 ◦ green 80 ◦ blue 123

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

Shades of Trendy Pink #87507B

Tints of Trendy Pink #87507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 39.94%
G = 23.67%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87507B (or 0x87507B) is known color: Trendy Pink. HEX triplet: 87, 50 and 7B. RGB value is (135,80,123). Sum of RGB (Red+Green+Blue) = 135+80+123=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87507B is #78AF84. Grayscale: #656565. Windows color (decimal): -7909253 or 8081543. OLE color: 8081543.

HSL color Cylindrical-coordinate representation of color #87507B: hue angle of 313.09º 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 #87507B is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 123 -
CMYK 0 0.41 0.09 0.47
HSL 313.09º 0.26% 0.42% -
HSV(B) 313.09º 0.41% 0.53% -
XYZ 16.44 12.32 20.25 -
YUV 101.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 135 80 123 0 0.41 0.09 0.47 313.09 0.26 0.42
Hex 87 50 7B 0 29 9 2F 139 1A 2A
Octal 207 120 173 0 51 11 57 471 32 52
Binary 10000111 1010000 1111011 0 101001 1001 101111 100111001 11010 101010

Color Harmonies of #87507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87507B

Black with #87507B

Text Example


Text Example

White with #87507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,80,123); }

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

background-color css

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

 a { background-color: rgb(135,80,123); }

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

border-color css

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

 span { border-color: rgb(135,80,123); }

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