#908493

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

Shades of Amethyst Smoke #908493

Tints of Amethyst Smoke #908493

Color information

#908493 (or 0x908493) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 84 and 93. RGB value is (144,132,147). Sum of RGB (Red+Green+Blue) = 144+132+147=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #908493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908493 is #6F7B6C. Grayscale: #898989. Windows color (decimal): -7306093 or 9667728. OLE color: 9667728.

HSL color Cylindrical-coordinate representation of color #908493: hue angle of 288º 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 #908493 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144132147-
CMYK0.020.1000.42
HSL288º6.49%54.71%-
HSV(B)288º10.2%57.65%-
XYZ25.0224.5431.02-
YUV137.3133.48132.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=34.04%
G=31.21%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441321470.020.1000.422886.4954.71
Hex9084932A02A120637
Octal220204223212052440667
Binary1001000010000100100100111010100101010100100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908493; }

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

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

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

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

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

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

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

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