#939083

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

Shades of Heathered Grey #939083

Tints of Heathered Grey #939083

Color information

#939083 (or 0x939083) is unknown color: approx Heathered Grey. HEX triplet: 93, 90 and 83. RGB value is (147,144,131). Sum of RGB (Red+Green+Blue) = 147+144+131=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #939083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939083 is #6C6F7C. Grayscale: #8F8F8F. Windows color (decimal): -7106429 or 8622227. OLE color: 8622227.

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

Color convert

RGB147144131-
CMYK00.020.110.42
HSL48.75º6.9%54.51%-
HSV(B)48.75º10.88%57.65%-
XYZ26.127.7925.46-
YUV143.42120.99130.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=34.83%
G=34.12%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714413100.020.110.4248.756.954.51
Hex93908302B2A31737
Octal22322020302135261767
Binary1001001110010000100000110101011101010110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939083; }

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

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

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

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

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

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

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

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