#8B7B83

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

Shades of Venus #8B7B83

Tints of Venus #8B7B83

Color information

#8B7B83 (or 0x8B7B83) is unknown color: approx Venus. HEX triplet: 8B, 7B and 83. RGB value is (139,123,131). Sum of RGB (Red+Green+Blue) = 139+123+131=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7B83 is #74847C. Grayscale: #808080. Windows color (decimal): -7636093 or 8616843. OLE color: 8616843.

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

Color convert

RGB139123131-
CMYK00.120.060.45
HSL330º6.45%51.37%-
HSV(B)330º11.51%54.51%-
XYZ21.8321.2924.43-
YUV128.7129.3135.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.37%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=35.37%
G=31.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912313100.120.060.453306.4551.37
Hex8B7B830C62D14a633
Octal213173203014655512663
Binary1000101111110111000001101100110101101101001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,123,131); }

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

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

 a { background-color: rgb(139,123,131); }

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

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

 span { border-color: rgb(139,123,131); }

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