#908299

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

Shades of Amethyst Smoke #908299

Tints of Amethyst Smoke #908299

Color information

#908299 (or 0x908299) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 82 and 99. RGB value is (144,130,153). Sum of RGB (Red+Green+Blue) = 144+130+153=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #908299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908299 is #6F7D66. Grayscale: #888888. Windows color (decimal): -7306599 or 10060432. OLE color: 10060432.

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

Color convert

RGB144130153-
CMYK0.060.1500.4
HSL276.52º10.13%55.49%-
HSV(B)276.52º15.03%60%-
XYZ25.2324.1933.48-
YUV136.81137.14133.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=33.72%
G=30.44%
B=35.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441301530.060.1500.4276.5210.1355.49
Hex9082996F028115a37
Octal2202022316170504251267
Binary100100001000001010011001110111101010001000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908299; }

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

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

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

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

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

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

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

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