#918493

Color #918493 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #918493

Tints of Amethyst Smoke #918493

Color information

#918493 (or 0x918493) is unknown color: approx 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

RGB145132147-
CMYK0.010.1000.42
HSL292º6.49%54.71%-
HSV(B)292º10.2%57.65%-
XYZ25.1924.6331.03-
YUV137.6133.31133.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=34.20%
G=31.13%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451321470.010.1000.422926.4954.71
Hex9184931A02A124637
Octal221204223112052444667
Binary100100011000010010010011110100101010100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>