#938398

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

Shades of Amethyst Smoke #938398

Tints of Amethyst Smoke #938398

Color information

#938398 (or 0x938398) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 83 and 98. RGB value is (147,131,152). Sum of RGB (Red+Green+Blue) = 147+131+152=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #938398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938398 is #6C7C67. Grayscale: #8A8A8A. Windows color (decimal): -7109736 or 9995155. OLE color: 9995155.

HSL color Cylindrical-coordinate representation of color #938398: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938398 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB147131152-
CMYK0.030.1400.40
HSL285.71º9.25%55.49%-
HSV(B)285.71º13.82%59.61%-
XYZ25.8224.733.11-
YUV138.18135.8134.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 131 (51.56% from 255) = 30.47%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=34.19%
G=30.47%
B=35.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471311520.030.1400.40285.719.2555.49
Hex9383983E02811e937
Octal2232032303160504361167
Binary10010011100000111001100011111001010001000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938398; }

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

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

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

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

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

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

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

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