#939085

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

Shades of Heathered Grey #939085

Tints of Heathered Grey #939085

Color information

#939085 (or 0x939085) is unknown color: approx Heathered Grey. HEX triplet: 93, 90 and 85. RGB value is (147,144,133). Sum of RGB (Red+Green+Blue) = 147+144+133=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #939085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939085 is #6C6F7A. Grayscale: #8F8F8F. Windows color (decimal): -7106427 or 8753299. OLE color: 8753299.

HSL color Cylindrical-coordinate representation of color #939085: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939085 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147144133-
CMYK00.020.100.42
HSL47.14º6.09%54.9%-
HSV(B)47.14º9.52%57.65%-
XYZ26.2427.8426.18-
YUV143.64121.99130.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=34.67%
G=33.96%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714413300.020.100.4247.146.0954.9
Hex93908502A2A2f637
Octal22322020502125257667
Binary1001001110010000100001010101010101010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939085; }

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

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

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

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

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

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

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

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