#938095

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

Shades of Amethyst Smoke #938095

Tints of Amethyst Smoke #938095

Color information

#938095 (or 0x938095) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 80 and 95. RGB value is (147,128,149). Sum of RGB (Red+Green+Blue) = 147+128+149=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #938095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938095 is #6C7F6A. Grayscale: #888888. Windows color (decimal): -7110507 or 9797779. OLE color: 9797779.

HSL color Cylindrical-coordinate representation of color #938095: hue angle of 294.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938095 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB147128149-
CMYK0.010.1400.42
HSL294.29º9.01%54.31%-
HSV(B)294.29º14.09%58.43%-
XYZ25.1823.8131.7-
YUV136.07135.29135.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=34.67%
G=30.19%
B=35.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471281490.010.1400.42294.299.0154.31
Hex9380951E02A126936
Octal2232002251160524461166
Binary1001001110000000100101011111001010101001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938095; }

 p { color: rgb(147,128,149); }

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

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

 a { background-color: rgb(147,128,149); }

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

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

 span { border-color: rgb(147,128,149); }

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