#908399

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

Shades of Amethyst Smoke #908399

Tints of Amethyst Smoke #908399

Color information

#908399 (or 0x908399) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 83 and 99. RGB value is (144,131,153). Sum of RGB (Red+Green+Blue) = 144+131+153=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #908399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908399 is #6F7C66. Grayscale: #898989. Windows color (decimal): -7306343 or 10060688. OLE color: 10060688.

HSL color Cylindrical-coordinate representation of color #908399: hue angle of 275.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #908399 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB144131153-
CMYK0.060.1400.4
HSL275.45º9.73%55.69%-
HSV(B)275.45º14.38%60%-
XYZ25.3724.4633.52-
YUV137.39136.81132.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=33.64%
G=30.61%
B=35.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441311530.060.1400.4275.459.7355.69
Hex9083996E028113a38
Octal2202032316160504231270
Binary100100001000001110011001110111001010001000100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908399; }

 p { color: rgb(144,131,153); }

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

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

 a { background-color: rgb(144,131,153); }

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

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

 span { border-color: rgb(144,131,153); }

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