#938C83

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

Shades of Heathered Grey #938C83

Tints of Heathered Grey #938C83

Color information

#938C83 (or 0x938C83) is unknown color: approx Heathered Grey. HEX triplet: 93, 8C and 83. RGB value is (147,140,131). Sum of RGB (Red+Green+Blue) = 147+140+131=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #938C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938C83 is #6C737C. Grayscale: #8D8D8D. Windows color (decimal): -7107453 or 8621203. OLE color: 8621203.

HSL color Cylindrical-coordinate representation of color #938C83: hue angle of 33.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 #938C83 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147140131-
CMYK00.050.110.42
HSL33.75º6.9%54.51%-
HSV(B)33.75º10.88%57.65%-
XYZ25.5126.625.26-
YUV141.07122.32132.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 131 (51.56% from 255) = 31.34%
R=35.17%
G=33.49%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714013100.050.110.4233.756.954.51
Hex938C8305B2A22737
Octal22321420305135242767
Binary10010011100011001000001101011011101010100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938C83; }

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

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

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

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

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

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

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

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