Html Css Color HEX #917797 Amethyst Smoke

📋 copy color: '#917797'

red 145 ◦ green 119 ◦ blue 151

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

Shades of Amethyst Smoke #917797

Tints of Amethyst Smoke #917797

RGB

 RED value IS 145 (57.03% from 255) = 34.94%

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 151 (59.38% from 255) = 36.39%

R = 34.94%
G = 28.67%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#917797 (or 0x917797) is known color: Amethyst Smoke. HEX triplet: 91, 77 and 97. RGB value is (145,119,151). Sum of RGB (Red+Green+Blue) = 145+119+151=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 151 - color contains mainly: blue. Hex color #917797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917797 is #6E8868. Grayscale: #828282. Windows color (decimal): -7243881 or 9926545. OLE color: 9926545.

HSL color Cylindrical-coordinate representation of color #917797: hue angle of 288.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917797 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 119 151 -
CMYK 0.04 0.21 0 0.41
HSL 288.75º 0.13% 0.53% -
HSV(B) 288.75º 0.21% 0.59% -
XYZ 23.86 21.45 32.16 -
YUV 130.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 145 119 151 0.04 0.21 0 0.41 288.75 0.13 0.53
Hex 91 77 97 4 15 0 29 121 D 35
Octal 221 167 227 4 25 0 51 441 15 65
Binary 10010001 1110111 10010111 100 10101 0 101001 100100001 1101 110101

Color Harmonies of #917797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917797

Black with #917797

Text Example


Text Example

White with #917797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917797; }

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

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

background-color css

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

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

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

border-color css

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

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

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