#8B708D

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

Shades of Trendy Pink #8B708D

Tints of Trendy Pink #8B708D

Color information

#8B708D (or 0x8B708D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 70 and 8D. RGB value is (139,112,141). Sum of RGB (Red+Green+Blue) = 139+112+141=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B708D is #748F72. Grayscale: #7B7B7B. Windows color (decimal): -7638899 or 9269387. OLE color: 9269387.

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

Color convert

RGB139112141-
CMYK0.010.2100.45
HSL295.86º11.46%49.61%-
HSV(B)295.86º20.57%55.29%-
XYZ21.251927.75-
YUV123.38137.95139.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=35.46%
G=28.57%
B=35.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391121410.010.2100.45295.8611.4649.61
Hex8B708D11502D128b32
Octal2131602151250554501362
Binary1000101111100001000110111010101011011001010001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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