Html Css Color HEX #978F9A Amethyst Smoke

📋 copy color: '#978F9A'

red 151 ◦ green 143 ◦ blue 154

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

Shades of Amethyst Smoke #978F9A

Tints of Amethyst Smoke #978F9A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 33.71%
G = 31.92%
B = 34.38%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#978F9A (or 0x978F9A) is known color: Amethyst Smoke. HEX triplet: 97, 8F and 9A. RGB value is (151,143,154). Sum of RGB (Red+Green+Blue) = 151+143+154=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 154 - color contains mainly: blue. Hex color #978F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F9A is #687065. Grayscale: #929292. Windows color (decimal): -6844518 or 10129303. OLE color: 10129303.

HSL color Cylindrical-coordinate representation of color #978F9A: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #978F9A is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 143 154 -
CMYK 0.02 0.07 0 0.40
HSL 283.64º 0.05% 0.58% -
HSV(B) 283.64º 0.07% 0.6% -
XYZ 28.42 28.56 34.59 -
YUV 146.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 151 143 154 0.02 0.07 0 0.40 283.64 0.05 0.58
Hex 97 8F 9A 2 7 0 28 11C 5 3A
Octal 227 217 232 2 7 0 50 434 5 72
Binary 10010111 10001111 10011010 10 111 0 101000 100011100 101 111010

Color Harmonies of #978F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F9A

Black with #978F9A

Text Example


Text Example

White with #978F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,143,154); }

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

background-color css

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

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

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

border-color css

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

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

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