Html Css Color HEX #978E97 Amethyst Smoke

📋 copy color: '#978E97'

red 151 ◦ green 142 ◦ blue 151

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

Shades of Amethyst Smoke #978E97

Tints of Amethyst Smoke #978E97

RGB

 RED value IS 151 (59.38% from 255) = 34.01%

 GREEN value IS 142 (55.86% from 255) = 31.98%

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

R = 34.01%
G = 31.98%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#978E97 (or 0x978E97) is known color: Amethyst Smoke. HEX triplet: 97, 8E and 97. RGB value is (151,142,151). Sum of RGB (Red+Green+Blue) = 151+142+151=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #978E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E97 is #687168. Grayscale: #919191. Windows color (decimal): -6844777 or 9932439. OLE color: 9932439.

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

Color convert

RGB 151 142 151 -
CMYK 0 0.06 0 0.41
HSL 300º 0.04% 0.57% -
HSV(B) 300º 0.06% 0.59% -
XYZ 28.02 28.16 33.24 -
YUV 145.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 151 142 151 0 0.06 0 0.41 300 0.04 0.57
Hex 97 8E 97 0 6 0 29 12C 4 39
Octal 227 216 227 0 6 0 51 454 4 71
Binary 10010111 10001110 10010111 0 110 0 101001 100101100 100 111001

Color Harmonies of #978E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E97

Black with #978E97

Text Example


Text Example

White with #978E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978E97; }

 p { color: rgb(151,142,151); }

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

background-color css

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

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

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

border-color css

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

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

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