Html Css Color HEX #978098 Amethyst Smoke

📋 copy color: '#978098'

red 151 ◦ green 128 ◦ blue 152

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

Shades of Amethyst Smoke #978098

Tints of Amethyst Smoke #978098

RGB

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

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

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

R = 35.03%
G = 29.7%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#978098 (or 0x978098) is known color: Amethyst Smoke. HEX triplet: 97, 80 and 98. RGB value is (151,128,152). Sum of RGB (Red+Green+Blue) = 151+128+152=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #978098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978098 is #687F67. Grayscale: #898989. Windows color (decimal): -6848360 or 9994391. OLE color: 9994391.

HSL color Cylindrical-coordinate representation of color #978098: hue angle of 297.5º degrees, saturation: 0.1, 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 #978098 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 128 152 -
CMYK 0.01 0.16 0 0.40
HSL 297.5º 0.1% 0.55% -
HSV(B) 297.5º 0.16% 0.6% -
XYZ 26.15 24.28 33.01 -
YUV 137.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 151 128 152 0.01 0.16 0 0.40 297.5 0.1 0.55
Hex 97 80 98 1 10 0 28 12A A 37
Octal 227 200 230 1 20 0 50 452 12 67
Binary 10010111 10000000 10011000 1 10000 0 101000 100101010 1010 110111

Color Harmonies of #978098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978098

Black with #978098

Text Example


Text Example

White with #978098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978098; }

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

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

background-color css

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

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

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

border-color css

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

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

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