#938A7D

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

Shades of Heathered Grey #938A7D

Tints of Heathered Grey #938A7D

Color information

#938A7D (or 0x938A7D) is unknown color: approx Heathered Grey. HEX triplet: 93, 8A and 7D. RGB value is (147,138,125). Sum of RGB (Red+Green+Blue) = 147+138+125=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A7D is #6C7582. Grayscale: #8B8B8B. Windows color (decimal): -7107971 or 8227475. OLE color: 8227475.

HSL color Cylindrical-coordinate representation of color #938A7D: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #938A7D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB147138125-
CMYK00.060.150.42
HSL35.45º9.24%53.33%-
HSV(B)35.45º14.97%57.65%-
XYZ24.8225.8623.09-
YUV139.21119.98133.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=35.85%
G=33.66%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713812500.060.150.4235.459.2453.33
Hex938A7D06F2A23935
Octal223212175061752431165
Binary10010011100010101111101011011111010101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,125); }

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

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

 a { background-color: rgb(147,138,125); }

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

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

 span { border-color: rgb(147,138,125); }

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