#938A9B

Color #938A9B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #938A9B

Tints of Amethyst Smoke #938A9B

Color information

#938A9B (or 0x938A9B) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 8A and 9B. RGB value is (147,138,155). Sum of RGB (Red+Green+Blue) = 147+138+155=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #938A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A9B is #6C7564. Grayscale: #8E8E8E. Windows color (decimal): -7107941 or 10193555. OLE color: 10193555.

HSL color Cylindrical-coordinate representation of color #938A9B: hue angle of 271.76º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938A9B is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB147138155-
CMYK0.050.1100.39
HSL271.76º7.83%57.45%-
HSV(B)271.76º10.97%60.78%-
XYZ27.0426.7534.75-
YUV142.63134.98131.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 138 (54.30% from 255) = 31.36%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=33.41%
G=31.36%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471381550.050.1100.39271.767.8357.45
Hex938A9B5B027110839
Octal2232122335130474201071
Binary100100111000101010011011101101101001111000100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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