#938085

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

Shades of Venus #938085

Tints of Venus #938085

Color information

#938085 (or 0x938085) is unknown color: approx Venus. HEX triplet: 93, 80 and 85. RGB value is (147,128,133). Sum of RGB (Red+Green+Blue) = 147+128+133=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 147 - color contains mainly: red. Hex color #938085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938085 is #6C7F7A. Grayscale: #868686. Windows color (decimal): -7110523 or 8749203. OLE color: 8749203.

HSL color Cylindrical-coordinate representation of color #938085: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #938085 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147128133-
CMYK00.130.100.42
HSL344.21º8.09%53.92%-
HSV(B)344.21º12.93%57.65%-
XYZ23.9923.3325.43-
YUV134.25127.29137.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=36.03%
G=31.37%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712813300.130.100.42344.218.0953.92
Hex9380850DA2A158836
Octal22320020501512525301066
Binary1001001110000000100001010110110101010101010110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938085; }

 p { color: rgb(147,128,133); }

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

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

 a { background-color: rgb(147,128,133); }

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

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

 span { border-color: rgb(147,128,133); }

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