Html Css Color HEX #978BA0 Amethyst Smoke

📋 copy color: '#978BA0'

red 151 ◦ green 139 ◦ blue 160

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

Shades of Amethyst Smoke #978BA0

Tints of Amethyst Smoke #978BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 33.56%
G = 30.89%
B = 35.56%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#978BA0 (or 0x978BA0) is known color: Amethyst Smoke. HEX triplet: 97, 8B and A0. RGB value is (151,139,160). Sum of RGB (Red+Green+Blue) = 151+139+160=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #978BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978BA0 is #68745F. Grayscale: #909090. Windows color (decimal): -6845536 or 10521495. OLE color: 10521495.

HSL color Cylindrical-coordinate representation of color #978BA0: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #978BA0 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 139 160 -
CMYK 0.06 0.13 0 0.37
HSL 274.29º 0.1% 0.59% -
HSV(B) 274.29º 0.13% 0.63% -
XYZ 28.34 27.58 37.09 -
YUV 144.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 151 139 160 0.06 0.13 0 0.37 274.29 0.1 0.59
Hex 97 8B A0 6 D 0 25 112 A 3B
Octal 227 213 240 6 15 0 45 422 12 73
Binary 10010111 10001011 10100000 110 1101 0 100101 100010010 1010 111011

Color Harmonies of #978BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978BA0

Black with #978BA0

Text Example


Text Example

White with #978BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,160); }

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

background-color css

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

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

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

border-color css

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

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

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