Html Css Color HEX #978F99 Amethyst Smoke

📋 copy color: '#978F99'

red 151 ◦ green 143 ◦ blue 153

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

Shades of Amethyst Smoke #978F99

Tints of Amethyst Smoke #978F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 33.78%
G = 31.99%
B = 34.23%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#978F99 (or 0x978F99) is known color: Amethyst Smoke. HEX triplet: 97, 8F and 99. RGB value is (151,143,153). Sum of RGB (Red+Green+Blue) = 151+143+153=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: blue. Hex color #978F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978F99 is #687066. Grayscale: #929292. Windows color (decimal): -6844519 or 10063767. OLE color: 10063767.

HSL color Cylindrical-coordinate representation of color #978F99: hue angle of 288º 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 #978F99 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 143 153 -
CMYK 0.01 0.07 0 0.4
HSL 288º 0.05% 0.58% -
HSV(B) 288º 0.07% 0.6% -
XYZ 28.33 28.52 34.15 -
YUV 146.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 151 143 153 0.01 0.07 0 0.4 288 0.05 0.58
Hex 97 8F 99 1 7 0 28 120 5 3A
Octal 227 217 231 1 7 0 50 440 5 72
Binary 10010111 10001111 10011001 1 111 0 101000 100100000 101 111010

Color Harmonies of #978F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978F99

Black with #978F99

Text Example


Text Example

White with #978F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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