Html Css Color HEX #918492 Amethyst Smoke

📋 copy color: '#918492'

red 145 ◦ green 132 ◦ blue 146

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

Shades of Amethyst Smoke #918492

Tints of Amethyst Smoke #918492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.21%

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

R = 34.28%
G = 31.21%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#918492 (or 0x918492) is known color: Amethyst Smoke. HEX triplet: 91, 84 and 92. RGB value is (145,132,146). Sum of RGB (Red+Green+Blue) = 145+132+146=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: blue. Hex color #918492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918492 is #6E7B6D. Grayscale: #898989. Windows color (decimal): -7240558 or 9602193. OLE color: 9602193.

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

Color convert

RGB 145 132 146 -
CMYK 0.01 0.10 0 0.43
HSL 295.71º 0.06% 0.55% -
HSV(B) 295.71º 0.1% 0.57% -
XYZ 25.12 24.6 30.62 -
YUV 137.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 145 132 146 0.01 0.10 0 0.43 295.71 0.06 0.55
Hex 91 84 92 1 A 0 2B 128 6 37
Octal 221 204 222 1 12 0 53 450 6 67
Binary 10010001 10000100 10010010 1 1010 0 101011 100101000 110 110111

Color Harmonies of #918492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918492

Black with #918492

Text Example


Text Example

White with #918492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918492; }

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

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

background-color css

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

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

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

border-color css

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

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

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