Html Css Color HEX #918493 Amethyst Smoke

📋 copy color: '#918493'

red 145 ◦ green 132 ◦ blue 147

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

Shades of Amethyst Smoke #918493

Tints of Amethyst Smoke #918493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 34.2%
G = 31.13%
B = 34.67%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#918493 (or 0x918493) is known color: Amethyst Smoke. HEX triplet: 91, 84 and 93. RGB value is (145,132,147). Sum of RGB (Red+Green+Blue) = 145+132+147=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #918493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918493 is #6E7B6C. Grayscale: #898989. Windows color (decimal): -7240557 or 9667729. OLE color: 9667729.

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

Color convert

RGB 145 132 147 -
CMYK 0.01 0.10 0 0.42
HSL 292º 0.06% 0.55% -
HSV(B) 292º 0.1% 0.58% -
XYZ 25.19 24.63 31.03 -
YUV 137.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 145 132 147 0.01 0.10 0 0.42 292 0.06 0.55
Hex 91 84 93 1 A 0 2A 124 6 37
Octal 221 204 223 1 12 0 52 444 6 67
Binary 10010001 10000100 10010011 1 1010 0 101010 100100100 110 110111

Color Harmonies of #918493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918493

Black with #918493

Text Example


Text Example

White with #918493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918493; }

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

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

background-color css

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

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

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

border-color css

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

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

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