#8B757E

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

Shades of Venus #8B757E

Tints of Venus #8B757E

Color information

#8B757E (or 0x8B757E) is unknown color: approx Venus. HEX triplet: 8B, 75 and 7E. RGB value is (139,117,126). Sum of RGB (Red+Green+Blue) = 139+117+126=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B757E is #748A81. Grayscale: #7C7C7C. Windows color (decimal): -7637634 or 8287627. OLE color: 8287627.

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

Color convert

RGB139117126-
CMYK00.160.090.45
HSL335.45º8.66%50.2%-
HSV(B)335.45º15.83%54.51%-
XYZ20.7719.7222.45-
YUV124.6128.79138.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=36.39%
G=30.63%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911712600.160.090.45335.458.6650.2
Hex8B757E01092D14f932
Octal21316517602011555171162
Binary100010111110101111111001000010011011011010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,126); }

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

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

 a { background-color: rgb(139,117,126); }

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

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

 span { border-color: rgb(139,117,126); }

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