#7B5B81

Color #7B5B81 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #7B5B81

Tints of Trendy Pink #7B5B81

Color information

#7B5B81 (or 0x7B5B81) is unknown color: approx Trendy Pink. HEX triplet: 7B, 5B and 81. RGB value is (123,91,129). Sum of RGB (Red+Green+Blue) = 123+91+129=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: blue. Hex color #7B5B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5B81 is #84A47E. Grayscale: #686868. Windows color (decimal): -8692863 or 8477563. OLE color: 8477563.

HSL color Cylindrical-coordinate representation of color #7B5B81: hue angle of 290.53º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B5B81 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12391129-
CMYK0.050.2900.49
HSL290.53º17.27%43.14%-
HSV(B)290.53º29.46%50.59%-
XYZ15.8713.2822.5-
YUV104.9141.6140.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=35.86%
G=26.53%
B=37.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123911290.050.2900.49290.5317.2743.14
Hex7B5B8151D031123112b
Octal1731332015350614432153
Binary111101110110111000000110111101011000110010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5B81; }

 p { color: rgb(123,91,129); }

 H1.HeaderClassName
 {
   color: #7B5B81;
 }
 .AnyTagClassName
 {
   color: #7B5B81;
 }
</style>
background-color css

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

 a { background-color: rgb(123,91,129); }

 div.DivClassName
 {
   background-color: #7B5B81;
 }
 .BgClassName
 {
   background-color: #7B5B81;
 }
</style>
border-color css

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

 span { border-color: rgb(123,91,129); }

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