Html Css Color HEX #97899A Amethyst Smoke

📋 copy color: '#97899A'

red 151 ◦ green 137 ◦ blue 154

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

Shades of Amethyst Smoke #97899A

Tints of Amethyst Smoke #97899A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 34.16%
G = 31%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#97899A (or 0x97899A) is known color: Amethyst Smoke. HEX triplet: 97, 89 and 9A. RGB value is (151,137,154). Sum of RGB (Red+Green+Blue) = 151+137+154=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #97899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97899A is #687665. Grayscale: #8F8F8F. Windows color (decimal): -6846054 or 10127767. OLE color: 10127767.

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

Color convert

RGB 151 137 154 -
CMYK 0.02 0.11 0 0.40
HSL 289.41º 0.08% 0.57% -
HSV(B) 289.41º 0.11% 0.6% -
XYZ 27.54 26.8 34.29 -
YUV 143.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 151 137 154 0.02 0.11 0 0.40 289.41 0.08 0.57
Hex 97 89 9A 2 B 0 28 121 8 39
Octal 227 211 232 2 13 0 50 441 10 71
Binary 10010111 10001001 10011010 10 1011 0 101000 100100001 1000 111001

Color Harmonies of #97899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97899A

Black with #97899A

Text Example


Text Example

White with #97899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97899A; }

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

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

background-color css

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

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

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

border-color css

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

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

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