Html Css Color HEX #918992 Amethyst Smoke

📋 copy color: '#918992'

red 145 ◦ green 137 ◦ blue 146

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

Shades of Amethyst Smoke #918992

Tints of Amethyst Smoke #918992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 33.88%
G = 32.01%
B = 34.11%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#918992 (or 0x918992) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 92. RGB value is (145,137,146). Sum of RGB (Red+Green+Blue) = 145+137+146=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 146 - color contains mainly: blue. Hex color #918992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918992 is #6E766D. Grayscale: #8C8C8C. Windows color (decimal): -7239278 or 9603473. OLE color: 9603473.

HSL color Cylindrical-coordinate representation of color #918992: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #918992 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 146 -
CMYK 0.01 0.06 0 0.43
HSL 293.33º 0.04% 0.55% -
HSV(B) 293.33º 0.06% 0.57% -
XYZ 25.81 25.99 30.85 -
YUV 140.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 145 137 146 0.01 0.06 0 0.43 293.33 0.04 0.55
Hex 91 89 92 1 6 0 2B 125 4 37
Octal 221 211 222 1 6 0 53 445 4 67
Binary 10010001 10001001 10010010 1 110 0 101011 100100101 100 110111

Color Harmonies of #918992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918992

Black with #918992

Text Example


Text Example

White with #918992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918992; }

 p { color: rgb(145,137,146); }

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

background-color css

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

 a { background-color: rgb(145,137,146); }

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

border-color css

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

 span { border-color: rgb(145,137,146); }

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