Html Css Color HEX #978A9D Amethyst Smoke

📋 copy color: '#978A9D'

red 151 ◦ green 138 ◦ blue 157

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

Shades of Amethyst Smoke #978A9D

Tints of Amethyst Smoke #978A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 33.86%
G = 30.94%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#978A9D (or 0x978A9D) is known color: Amethyst Smoke. HEX triplet: 97, 8A and 9D. RGB value is (151,138,157). Sum of RGB (Red+Green+Blue) = 151+138+157=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #978A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A9D is #687562. Grayscale: #8F8F8F. Windows color (decimal): -6845795 or 10324631. OLE color: 10324631.

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

Color convert

RGB 151 138 157 -
CMYK 0.04 0.12 0 0.38
HSL 281.05º 0.09% 0.58% -
HSV(B) 281.05º 0.12% 0.62% -
XYZ 27.94 27.19 35.67 -
YUV 144.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 151 138 157 0.04 0.12 0 0.38 281.05 0.09 0.58
Hex 97 8A 9D 4 C 0 26 119 9 3A
Octal 227 212 235 4 14 0 46 431 11 72
Binary 10010111 10001010 10011101 100 1100 0 100110 100011001 1001 111010

Color Harmonies of #978A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A9D

Black with #978A9D

Text Example


Text Example

White with #978A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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