Html Css Color HEX #918A97 Amethyst Smoke

📋 copy color: '#918A97'

red 145 ◦ green 138 ◦ blue 151

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

Shades of Amethyst Smoke #918A97

Tints of Amethyst Smoke #918A97

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 33.41%
G = 31.8%
B = 34.79%

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

#918A97 (or 0x918A97) is known color: Amethyst Smoke. HEX triplet: 91, 8A and 97. RGB value is (145,138,151). Sum of RGB (Red+Green+Blue) = 145+138+151=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 151 - color contains mainly: blue. Hex color #918A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A97 is #6E7568. Grayscale: #8D8D8D. Windows color (decimal): -7239017 or 9931409. OLE color: 9931409.

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

Color convert

RGB 145 138 151 -
CMYK 0.04 0.09 0 0.41
HSL 272.31º 0.06% 0.57% -
HSV(B) 272.31º 0.09% 0.59% -
XYZ 26.35 26.43 32.99 -
YUV 141.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 145 138 151 0.04 0.09 0 0.41 272.31 0.06 0.57
Hex 91 8A 97 4 9 0 29 110 6 39
Octal 221 212 227 4 11 0 51 420 6 71
Binary 10010001 10001010 10010111 100 1001 0 101001 100010000 110 111001

Color Harmonies of #918A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A97

Black with #918A97

Text Example


Text Example

White with #918A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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