Html Css Color HEX #918994 Amethyst Smoke

📋 copy color: '#918994'

red 145 ◦ green 137 ◦ blue 148

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

Shades of Amethyst Smoke #918994

Tints of Amethyst Smoke #918994

RGB

 RED value IS 145 (57.03% from 255) = 33.72%

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

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

R = 33.72%
G = 31.86%
B = 34.42%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#918994 (or 0x918994) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 94. RGB value is (145,137,148). Sum of RGB (Red+Green+Blue) = 145+137+148=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 148 - color contains mainly: blue. Hex color #918994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918994 is #6E766B. Grayscale: #8C8C8C. Windows color (decimal): -7239276 or 9734545. OLE color: 9734545.

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

Color convert

RGB 145 137 148 -
CMYK 0.02 0.07 0 0.42
HSL 283.64º 0.05% 0.56% -
HSV(B) 283.64º 0.07% 0.58% -
XYZ 25.97 26.05 31.68 -
YUV 140.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 145 137 148 0.02 0.07 0 0.42 283.64 0.05 0.56
Hex 91 89 94 2 7 0 2A 11C 5 38
Octal 221 211 224 2 7 0 52 434 5 70
Binary 10010001 10001001 10010100 10 111 0 101010 100011100 101 111000

Color Harmonies of #918994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918994

Black with #918994

Text Example


Text Example

White with #918994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918994; }

 p { color: rgb(145,137,148); }

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

background-color css

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

 a { background-color: rgb(145,137,148); }

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

border-color css

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

 span { border-color: rgb(145,137,148); }

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