Html Css Color HEX #978998 Amethyst Smoke

📋 copy color: '#978998'

red 151 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #978998

Tints of Amethyst Smoke #978998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 34.32%
G = 31.14%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#978998 (or 0x978998) is known color: Amethyst Smoke. HEX triplet: 97, 89 and 98. RGB value is (151,137,152). Sum of RGB (Red+Green+Blue) = 151+137+152=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 152 - color contains mainly: blue. Hex color #978998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978998 is #687667. Grayscale: #8E8E8E. Windows color (decimal): -6846056 or 9996695. OLE color: 9996695.

HSL color Cylindrical-coordinate representation of color #978998: hue angle of 296º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978998 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 137 152 -
CMYK 0.01 0.10 0 0.40
HSL 296º 0.07% 0.57% -
HSV(B) 296º 0.1% 0.6% -
XYZ 27.38 26.74 33.42 -
YUV 142.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 151 137 152 0.01 0.10 0 0.40 296 0.07 0.57
Hex 97 89 98 1 A 0 28 128 7 39
Octal 227 211 230 1 12 0 50 450 7 71
Binary 10010111 10001001 10011000 1 1010 0 101000 100101000 111 111001

Color Harmonies of #978998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978998

Black with #978998

Text Example


Text Example

White with #978998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978998; }

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

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

background-color css

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

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

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

border-color css

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

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

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