#90829C

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

Shades of Amethyst Smoke #90829C

Tints of Amethyst Smoke #90829C

Color information

#90829C (or 0x90829C) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 82 and 9C. RGB value is (144,130,156). Sum of RGB (Red+Green+Blue) = 144+130+156=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #90829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90829C is #6F7D63. Grayscale: #898989. Windows color (decimal): -7306596 or 10257040. OLE color: 10257040.

HSL color Cylindrical-coordinate representation of color #90829C: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90829C is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144130156-
CMYK0.080.1700.39
HSL272.31º11.61%56.08%-
HSV(B)272.31º16.67%61.18%-
XYZ25.4824.2934.8-
YUV137.15138.64132.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=33.49%
G=30.23%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441301560.080.1700.39272.3111.6156.08
Hex90829C811027110c38
Octal22020223410210474201470
Binary10010000100000101001110010001000101001111000100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90829C; }

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

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

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

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

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

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

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

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