Html Css Color HEX #949395 Amethyst Smoke

📋 copy color: '#949395'

red 148 ◦ green 147 ◦ blue 149

#949395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #949395

Tints of Amethyst Smoke #949395

RGB

 RED value IS 148 (58.2% from 255) = 33.33%

 GREEN value IS 147 (57.81% from 255) = 33.11%

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 33.33%
G = 33.11%
B = 33.56%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#949395 (or 0x949395) is known color: Amethyst Smoke. HEX triplet: 94, 93 and 95. RGB value is (148,147,149). Sum of RGB (Red+Green+Blue) = 148+147+149=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 149 - color contains mainly: blue. Hex color #949395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949395 is #6B6C6A. Grayscale: #939393. Windows color (decimal): -7040107 or 9802644. OLE color: 9802644.

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

Color convert

RGB 148 147 149 -
CMYK 0.01 0.01 0 0.42
HSL 270º 0.01% 0.58% -
HSV(B) 270º 0.01% 0.58% -
XYZ 28.07 29.33 32.62 -
YUV 147.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 148 147 149 0.01 0.01 0 0.42 270 0.01 0.58
Hex 94 93 95 1 1 0 2A 10E 1 3A
Octal 224 223 225 1 1 0 52 416 1 72
Binary 10010100 10010011 10010101 1 1 0 101010 100001110 1 111010

Color Harmonies of #949395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949395

Black with #949395

Text Example


Text Example

White with #949395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949395; }

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

 H1.HeaderClassName
 {
   color: #949395;
 }
 .AnyTagClassName
 {
   color: #949395;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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