#8B708C

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

Shades of Trendy Pink #8B708C

Tints of Trendy Pink #8B708C

Color information

#8B708C (or 0x8B708C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 70 and 8C. RGB value is (139,112,140). Sum of RGB (Red+Green+Blue) = 139+112+140=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B708C is #748F73. Grayscale: #7B7B7B. Windows color (decimal): -7638900 or 9203851. OLE color: 9203851.

HSL color Cylindrical-coordinate representation of color #8B708C: hue angle of 297.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B708C is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB139112140-
CMYK0.010.2000.45
HSL297.86º11.11%49.41%-
HSV(B)297.86º20%54.9%-
XYZ21.1818.9727.36-
YUV123.27137.45139.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.55%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=35.55%
G=28.64%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391121400.010.2000.45297.8611.1149.41
Hex8B708C11402D12ab31
Octal2131602141240554521361
Binary1000101111100001000110011010001011011001010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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