#8B757D

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

Shades of Venus #8B757D

Tints of Venus #8B757D

Color information

#8B757D (or 0x8B757D) is unknown color: approx Venus. HEX triplet: 8B, 75 and 7D. RGB value is (139,117,125). Sum of RGB (Red+Green+Blue) = 139+117+125=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B757D is #748A82. Grayscale: #7C7C7C. Windows color (decimal): -7637635 or 8222091. OLE color: 8222091.

HSL color Cylindrical-coordinate representation of color #8B757D: hue angle of 338.18º 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 #8B757D is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB139117125-
CMYK00.160.100.45
HSL338.18º8.66%50.2%-
HSV(B)338.18º15.83%54.51%-
XYZ20.7119.6922.11-
YUV124.49128.29138.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=36.48%
G=30.71%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911712500.160.100.45338.188.6650.2
Hex8B757D010A2D152932
Octal21316517502012555221162
Binary100010111110101111110101000010101011011010100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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