Html Css Color HEX #97829D Amethyst Smoke

📋 copy color: '#97829D'

red 151 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #97829D

Tints of Amethyst Smoke #97829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 34.47%
G = 29.68%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97829D (or 0x97829D) is known color: Amethyst Smoke. HEX triplet: 97, 82 and 9D. RGB value is (151,130,157). Sum of RGB (Red+Green+Blue) = 151+130+157=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #97829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97829D is #687D62. Grayscale: #8B8B8B. Windows color (decimal): -6847843 or 10322583. OLE color: 10322583.

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

Color convert

RGB 151 130 157 -
CMYK 0.04 0.17 0 0.38
HSL 286.67º 0.12% 0.56% -
HSV(B) 286.67º 0.17% 0.62% -
XYZ 26.83 24.98 35.31 -
YUV 139.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 151 130 157 0.04 0.17 0 0.38 286.67 0.12 0.56
Hex 97 82 9D 4 11 0 26 11F C 38
Octal 227 202 235 4 21 0 46 437 14 70
Binary 10010111 10000010 10011101 100 10001 0 100110 100011111 1100 111000

Color Harmonies of #97829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97829D

Black with #97829D

Text Example


Text Example

White with #97829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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