#918496

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

Shades of Amethyst Smoke #918496

Tints of Amethyst Smoke #918496

Color information

#918496 (or 0x918496) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 84 and 96. RGB value is (145,132,150). Sum of RGB (Red+Green+Blue) = 145+132+150=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #918496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918496 is #6E7B69. Grayscale: #898989. Windows color (decimal): -7240554 or 9864337. OLE color: 9864337.

HSL color Cylindrical-coordinate representation of color #918496: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918496 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB145132150-
CMYK0.030.1200.41
HSL283.33º7.89%55.29%-
HSV(B)283.33º12%58.82%-
XYZ25.4324.7232.29-
YUV137.94134.81133.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=33.96%
G=30.91%
B=35.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451321500.030.1200.41283.337.8955.29
Hex9184963C02911b837
Octal2212042263140514331067
Binary10010001100001001001011011110001010011000110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918496; }

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

 H1.HeaderClassName
 {
   color: #918496;
 }
 .AnyTagClassName
 {
   color: #918496;
 }
</style>
background-color css

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

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

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

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

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

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