#908E93

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

Shades of Amethyst Smoke #908E93

Tints of Amethyst Smoke #908E93

Color information

#908E93 (or 0x908E93) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 8E and 93. RGB value is (144,142,147). Sum of RGB (Red+Green+Blue) = 144+142+147=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 147 - color contains mainly: blue. Hex color #908E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E93 is #6F716C. Grayscale: #8F8F8F. Windows color (decimal): -7303533 or 9670288. OLE color: 9670288.

HSL color Cylindrical-coordinate representation of color #908E93: hue angle of 264º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908E93 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144142147-
CMYK0.020.0300.42
HSL264º2.26%56.67%-
HSV(B)264º3.4%57.65%-
XYZ26.4427.3831.5-
YUV143.17130.16128.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 147 (57.81% from 255) = 33.95%
R=33.26%
G=32.79%
B=33.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441421470.020.0300.422642.2656.67
Hex908E932302A108239
Octal22021622323052410271
Binary1001000010001110100100111011010101010000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908E93; }

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

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

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

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

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

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

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

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