#90889C

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

Shades of Amethyst Smoke #90889C

Tints of Amethyst Smoke #90889C

Color information

#90889C (or 0x90889C) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 88 and 9C. RGB value is (144,136,156). Sum of RGB (Red+Green+Blue) = 144+136+156=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #90889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90889C is #6F7763. Grayscale: #8C8C8C. Windows color (decimal): -7305060 or 10258576. OLE color: 10258576.

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

Color convert

RGB144136156-
CMYK0.080.1300.39
HSL264º9.17%57.25%-
HSV(B)264º12.82%61.18%-
XYZ26.3125.9435.07-
YUV140.67136.65130.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.03%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=33.03%
G=31.19%
B=35.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441361560.080.1300.392649.1757.25
Hex90889C8D027108939
Octal22021023410150474101171
Binary1001000010001000100111001000110101001111000010001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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