Html Css Color HEX #978099 Amethyst Smoke

📋 copy color: '#978099'

red 151 ◦ green 128 ◦ blue 153

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

Shades of Amethyst Smoke #978099

Tints of Amethyst Smoke #978099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 34.95%
G = 29.63%
B = 35.42%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#978099 (or 0x978099) is known color: Amethyst Smoke. HEX triplet: 97, 80 and 99. RGB value is (151,128,153). Sum of RGB (Red+Green+Blue) = 151+128+153=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #978099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978099 is #687F66. Grayscale: #898989. Windows color (decimal): -6848359 or 10059927. OLE color: 10059927.

HSL color Cylindrical-coordinate representation of color #978099: hue angle of 295.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #978099 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 128 153 -
CMYK 0.01 0.16 0 0.4
HSL 295.2º 0.11% 0.55% -
HSV(B) 295.2º 0.16% 0.6% -
XYZ 26.23 24.32 33.45 -
YUV 137.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 151 128 153 0.01 0.16 0 0.4 295.2 0.11 0.55
Hex 97 80 99 1 10 0 28 127 B 37
Octal 227 200 231 1 20 0 50 447 13 67
Binary 10010111 10000000 10011001 1 10000 0 101000 100100111 1011 110111

Color Harmonies of #978099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978099

Black with #978099

Text Example


Text Example

White with #978099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978099; }

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

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

background-color css

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

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

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

border-color css

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

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

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