Html Css Color HEX #97919C Amethyst Smoke

📋 copy color: '#97919C'

red 151 ◦ green 145 ◦ blue 156

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

Shades of Amethyst Smoke #97919C

Tints of Amethyst Smoke #97919C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 33.41%
G = 32.08%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97919C (or 0x97919C) is known color: Amethyst Smoke. HEX triplet: 97, 91 and 9C. RGB value is (151,145,156). Sum of RGB (Red+Green+Blue) = 151+145+156=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #97919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97919C is #686E63. Grayscale: #949494. Windows color (decimal): -6844004 or 10260887. OLE color: 10260887.

HSL color Cylindrical-coordinate representation of color #97919C: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97919C is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 145 156 -
CMYK 0.03 0.07 0 0.39
HSL 272.73º 0.05% 0.59% -
HSV(B) 272.73º 0.07% 0.61% -
XYZ 28.89 29.23 35.57 -
YUV 148.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 151 145 156 0.03 0.07 0 0.39 272.73 0.05 0.59
Hex 97 91 9C 3 7 0 27 111 5 3B
Octal 227 221 234 3 7 0 47 421 5 73
Binary 10010111 10010001 10011100 11 111 0 100111 100010001 101 111011

Color Harmonies of #97919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97919C

Black with #97919C

Text Example


Text Example

White with #97919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97919C; }

 p { color: rgb(151,145,156); }

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

background-color css

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

 a { background-color: rgb(151,145,156); }

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

border-color css

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

 span { border-color: rgb(151,145,156); }

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