#948398

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

Shades of Amethyst Smoke #948398

Tints of Amethyst Smoke #948398

Color information

#948398 (or 0x948398) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 83 and 98. RGB value is (148,131,152). Sum of RGB (Red+Green+Blue) = 148+131+152=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #948398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948398 is #6B7C67. Grayscale: #8A8A8A. Windows color (decimal): -7044200 or 9995156. OLE color: 9995156.

HSL color Cylindrical-coordinate representation of color #948398: hue angle of 288.57º 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 #948398 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148131152-
CMYK0.030.1400.40
HSL288.57º9.25%55.49%-
HSV(B)288.57º13.82%59.61%-
XYZ2624.833.12-
YUV138.48135.63134.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=34.34%
G=30.39%
B=35.27%

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
Decimal1481311520.030.1400.40288.579.2555.49
Hex9483983E028121937
Octal2242032303160504411167
Binary10010100100000111001100011111001010001001000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948398; }

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

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

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

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

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

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

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

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