#908799

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

Shades of Amethyst Smoke #908799

Tints of Amethyst Smoke #908799

Color information

#908799 (or 0x908799) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 87 and 99. RGB value is (144,135,153). Sum of RGB (Red+Green+Blue) = 144+135+153=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #908799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908799 is #6F7866. Grayscale: #8B8B8B. Windows color (decimal): -7305319 or 10061712. OLE color: 10061712.

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

Color convert

RGB144135153-
CMYK0.060.1200.4
HSL270º8.11%56.47%-
HSV(B)270º11.76%60%-
XYZ25.9225.5633.7-
YUV139.74135.48131.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=33.33%
G=31.25%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441351530.060.1200.42708.1156.47
Hex9087996C02810e838
Octal2202072316140504161070
Binary100100001000011110011001110110001010001000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908799; }

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

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

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

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

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

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

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

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