#908D94

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

Shades of Amethyst Smoke #908D94

Tints of Amethyst Smoke #908D94

Color information

#908D94 (or 0x908D94) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 8D and 94. RGB value is (144,141,148). Sum of RGB (Red+Green+Blue) = 144+141+148=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: blue. Hex color #908D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D94 is #6F726B. Grayscale: #8E8E8E. Windows color (decimal): -7303788 or 9735568. OLE color: 9735568.

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

Color convert

RGB144141148-
CMYK0.030.0500.42
HSL265.71º3.17%56.67%-
HSV(B)265.71º4.73%58.04%-
XYZ26.3727.1231.86-
YUV142.7130.99128.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=33.26%
G=32.56%
B=34.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441411480.030.0500.42265.713.1756.67
Hex908D943502A10a339
Octal22021522435052412371
Binary10010000100011011001010011101010101010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,148); }

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

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

 a { background-color: rgb(144,141,148); }

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

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

 span { border-color: rgb(144,141,148); }

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