Html Css Color HEX #97829C Amethyst Smoke

📋 copy color: '#97829C'

red 151 ◦ green 130 ◦ blue 156

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

Shades of Amethyst Smoke #97829C

Tints of Amethyst Smoke #97829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

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

R = 34.55%
G = 29.75%
B = 35.7%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97829C (or 0x97829C) is known color: Amethyst Smoke. HEX triplet: 97, 82 and 9C. RGB value is (151,130,156). Sum of RGB (Red+Green+Blue) = 151+130+156=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 156 - color contains mainly: blue. Hex color #97829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97829C is #687D63. Grayscale: #8B8B8B. Windows color (decimal): -6847844 or 10257047. OLE color: 10257047.

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

Color convert

RGB 151 130 156 -
CMYK 0.03 0.17 0 0.39
HSL 288.46º 0.12% 0.56% -
HSV(B) 288.46º 0.17% 0.61% -
XYZ 26.75 24.94 34.86 -
YUV 139.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 151 130 156 0.03 0.17 0 0.39 288.46 0.12 0.56
Hex 97 82 9C 3 11 0 27 120 C 38
Octal 227 202 234 3 21 0 47 440 14 70
Binary 10010111 10000010 10011100 11 10001 0 100111 100100000 1100 111000

Color Harmonies of #97829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97829C

Black with #97829C

Text Example


Text Example

White with #97829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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