Html Css Color HEX #938995 Amethyst Smoke

📋 copy color: '#938995'

red 147 ◦ green 137 ◦ blue 149

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

Shades of Amethyst Smoke #938995

Tints of Amethyst Smoke #938995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

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

R = 33.95%
G = 31.64%
B = 34.41%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#938995 (or 0x938995) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 95. RGB value is (147,137,149). Sum of RGB (Red+Green+Blue) = 147+137+149=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 149 - color contains mainly: blue. Hex color #938995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938995 is #6C766A. Grayscale: #8D8D8D. Windows color (decimal): -7108203 or 9800083. OLE color: 9800083.

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

Color convert

RGB 147 137 149 -
CMYK 0.01 0.08 0 0.42
HSL 290º 0.05% 0.56% -
HSV(B) 290º 0.08% 0.58% -
XYZ 26.4 26.26 32.11 -
YUV 141.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 147 137 149 0.01 0.08 0 0.42 290 0.05 0.56
Hex 93 89 95 1 8 0 2A 122 5 38
Octal 223 211 225 1 10 0 52 442 5 70
Binary 10010011 10001001 10010101 1 1000 0 101010 100100010 101 111000

Color Harmonies of #938995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938995

Black with #938995

Text Example


Text Example

White with #938995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938995; }

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

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

background-color css

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

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

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

border-color css

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

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

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