#908995

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

Shades of Amethyst Smoke #908995

Tints of Amethyst Smoke #908995

Color information

#908995 (or 0x908995) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 89 and 95. RGB value is (144,137,149). Sum of RGB (Red+Green+Blue) = 144+137+149=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #908995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908995 is #6F766A. Grayscale: #8C8C8C. Windows color (decimal): -7304811 or 9800080. OLE color: 9800080.

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

Color convert

RGB144137149-
CMYK0.030.0800.42
HSL275º5.36%56.08%-
HSV(B)275º8.05%58.43%-
XYZ25.8725.9932.09-
YUV140.46132.82130.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=33.49%
G=31.86%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441371490.030.0800.422755.3656.08
Hex9089953802A113538
Octal220211225310052423570
Binary1001000010001001100101011110000101010100010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908995; }

 p { color: rgb(144,137,149); }

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

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

 a { background-color: rgb(144,137,149); }

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

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

 span { border-color: rgb(144,137,149); }

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