#90799A

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

Shades of Amethyst Smoke #90799A

Tints of Amethyst Smoke #90799A

Color information

#90799A (or 0x90799A) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 79 and 9A. RGB value is (144,121,154). Sum of RGB (Red+Green+Blue) = 144+121+154=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #90799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90799A is #6F8665. Grayscale: #838383. Windows color (decimal): -7308902 or 10123664. OLE color: 10123664.

HSL color Cylindrical-coordinate representation of color #90799A: hue angle of 281.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90799A is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB144121154-
CMYK0.060.2100.40
HSL281.82º14.04%53.92%-
HSV(B)281.82º21.43%60.39%-
XYZ24.1721.9433.53-
YUV131.64140.62136.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=34.37%
G=28.88%
B=36.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441211540.060.2100.40281.8214.0453.92
Hex90799A61502811ae36
Octal2201712326250504321666
Binary100100001111001100110101101010101010001000110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90799A; }

 p { color: rgb(144,121,154); }

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

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

 a { background-color: rgb(144,121,154); }

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

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

 span { border-color: rgb(144,121,154); }

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