Html Css Color HEX #978D9F Amethyst Smoke

📋 copy color: '#978D9F'

red 151 ◦ green 141 ◦ blue 159

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

Shades of Amethyst Smoke #978D9F

Tints of Amethyst Smoke #978D9F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 33.48%
G = 31.26%
B = 35.25%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#978D9F (or 0x978D9F) is known color: Amethyst Smoke. HEX triplet: 97, 8D and 9F. RGB value is (151,141,159). Sum of RGB (Red+Green+Blue) = 151+141+159=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 159 - color contains mainly: blue. Hex color #978D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978D9F is #687260. Grayscale: #919191. Windows color (decimal): -6845025 or 10456471. OLE color: 10456471.

HSL color Cylindrical-coordinate representation of color #978D9F: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #978D9F is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 141 159 -
CMYK 0.05 0.11 0 0.38
HSL 273.33º 0.09% 0.59% -
HSV(B) 273.33º 0.11% 0.62% -
XYZ 28.55 28.13 36.73 -
YUV 146.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 151 141 159 0.05 0.11 0 0.38 273.33 0.09 0.59
Hex 97 8D 9F 5 B 0 26 111 9 3B
Octal 227 215 237 5 13 0 46 421 11 73
Binary 10010111 10001101 10011111 101 1011 0 100110 100010001 1001 111011

Color Harmonies of #978D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D9F

Black with #978D9F

Text Example


Text Example

White with #978D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,159); }

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

background-color css

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

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

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

border-color css

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

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

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