#8B748C

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

Shades of Trendy Pink #8B748C

Tints of Trendy Pink #8B748C

Color information

#8B748C (or 0x8B748C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 74 and 8C. RGB value is (139,116,140). Sum of RGB (Red+Green+Blue) = 139+116+140=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B748C is #748B73. Grayscale: #7D7D7D. Windows color (decimal): -7637876 or 9204875. OLE color: 9204875.

HSL color Cylindrical-coordinate representation of color #8B748C: hue angle of 297.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B748C is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139116140-
CMYK0.010.1700.45
HSL297.5º9.45%50.2%-
HSV(B)297.5º17.14%54.9%-
XYZ21.6319.8727.51-
YUV125.61136.12137.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=35.19%
G=29.37%
B=35.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391161400.010.1700.45297.59.4550.2
Hex8B748C11102D12a932
Octal2131642141210554521162
Binary1000101111101001000110011000101011011001010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B748C; }

 p { color: rgb(139,116,140); }

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

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

 a { background-color: rgb(139,116,140); }

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

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

 span { border-color: rgb(139,116,140); }

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