Html Css Color HEX #938294 Amethyst Smoke

📋 copy color: '#938294'

red 147 ◦ green 130 ◦ blue 148

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

Shades of Amethyst Smoke #938294

Tints of Amethyst Smoke #938294

RGB

 RED value IS 147 (57.81% from 255) = 34.59%

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 34.59%
G = 30.59%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938294 (or 0x938294) is known color: Amethyst Smoke. HEX triplet: 93, 82 and 94. RGB value is (147,130,148). Sum of RGB (Red+Green+Blue) = 147+130+148=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #938294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938294 is #6C7D6B. Grayscale: #898989. Windows color (decimal): -7109996 or 9732755. OLE color: 9732755.

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

Color convert

RGB 147 130 148 -
CMYK 0.01 0.12 0 0.42
HSL 296.67º 0.08% 0.55% -
HSV(B) 296.67º 0.12% 0.58% -
XYZ 25.36 24.31 31.37 -
YUV 137.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 147 130 148 0.01 0.12 0 0.42 296.67 0.08 0.55
Hex 93 82 94 1 C 0 2A 129 8 37
Octal 223 202 224 1 14 0 52 451 10 67
Binary 10010011 10000010 10010100 1 1100 0 101010 100101001 1000 110111

Color Harmonies of #938294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938294

Black with #938294

Text Example


Text Example

White with #938294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938294; }

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

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

background-color css

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

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

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

border-color css

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

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

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