Html Css Color HEX #979598 Amethyst Smoke

📋 copy color: '#979598'

red 151 ◦ green 149 ◦ blue 152

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

Shades of Amethyst Smoke #979598

Tints of Amethyst Smoke #979598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 33.41%
G = 32.96%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#979598 (or 0x979598) is known color: Amethyst Smoke. HEX triplet: 97, 95 and 98. RGB value is (151,149,152). Sum of RGB (Red+Green+Blue) = 151+149+152=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 152 - color contains mainly: blue. Hex color #979598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979598 is #686A67. Grayscale: #959595. Windows color (decimal): -6842984 or 9999767. OLE color: 9999767.

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

Color convert

RGB 151 149 152 -
CMYK 0.01 0.02 0 0.40
HSL 280º 0.01% 0.59% -
HSV(B) 280º 0.02% 0.6% -
XYZ 29.18 30.34 34.02 -
YUV 149.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 151 149 152 0.01 0.02 0 0.40 280 0.01 0.59
Hex 97 95 98 1 2 0 28 118 1 3B
Octal 227 225 230 1 2 0 50 430 1 73
Binary 10010111 10010101 10011000 1 10 0 101000 100011000 1 111011

Color Harmonies of #979598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979598

Black with #979598

Text Example


Text Example

White with #979598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979598; }

 p { color: rgb(151,149,152); }

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

background-color css

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

 a { background-color: rgb(151,149,152); }

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

border-color css

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

 span { border-color: rgb(151,149,152); }

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