#908491

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

Shades of Amethyst Smoke #908491

Tints of Amethyst Smoke #908491

Color information

#908491 (or 0x908491) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 84 and 91. RGB value is (144,132,145). Sum of RGB (Red+Green+Blue) = 144+132+145=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 145 - color contains mainly: blue. Hex color #908491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908491 is #6F7B6E. Grayscale: #898989. Windows color (decimal): -7306095 or 9536656. OLE color: 9536656.

HSL color Cylindrical-coordinate representation of color #908491: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908491 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB144132145-
CMYK0.010.0900.43
HSL295.38º5.58%54.31%-
HSV(B)295.38º8.97%56.86%-
XYZ24.8624.4830.2-
YUV137.07132.48132.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=34.20%
G=31.35%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441321450.010.0900.43295.385.5854.31
Hex9084911902B127636
Octal220204221111053447666
Binary100100001000010010010001110010101011100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908491; }

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

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

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

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

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

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

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

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