Html Css Color HEX #918997 Amethyst Smoke

📋 copy color: '#918997'

red 145 ◦ green 137 ◦ blue 151

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

Shades of Amethyst Smoke #918997

Tints of Amethyst Smoke #918997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 33.49%
G = 31.64%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#918997 (or 0x918997) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 97. RGB value is (145,137,151). Sum of RGB (Red+Green+Blue) = 145+137+151=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 151 - color contains mainly: blue. Hex color #918997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918997 is #6E7668. Grayscale: #8C8C8C. Windows color (decimal): -7239273 or 9931153. OLE color: 9931153.

HSL color Cylindrical-coordinate representation of color #918997: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918997 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 137 151 -
CMYK 0.04 0.09 0 0.41
HSL 274.29º 0.06% 0.56% -
HSV(B) 274.29º 0.09% 0.59% -
XYZ 26.21 26.15 32.94 -
YUV 140.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 145 137 151 0.04 0.09 0 0.41 274.29 0.06 0.56
Hex 91 89 97 4 9 0 29 112 6 38
Octal 221 211 227 4 11 0 51 422 6 70
Binary 10010001 10001001 10010111 100 1001 0 101001 100010010 110 111000

Color Harmonies of #918997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918997

Black with #918997

Text Example


Text Example

White with #918997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918997; }

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

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

background-color css

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

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

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

border-color css

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

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

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