#90879B

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

Shades of Amethyst Smoke #90879B

Tints of Amethyst Smoke #90879B

Color information

#90879B (or 0x90879B) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 87 and 9B. RGB value is (144,135,155). Sum of RGB (Red+Green+Blue) = 144+135+155=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #90879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90879B is #6F7864. Grayscale: #8B8B8B. Windows color (decimal): -7305317 or 10192784. OLE color: 10192784.

HSL color Cylindrical-coordinate representation of color #90879B: hue angle of 267º 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 #90879B is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB144135155-
CMYK0.070.1300.39
HSL267º9.09%56.86%-
HSV(B)267º12.9%60.78%-
XYZ26.0825.6234.58-
YUV139.97136.48130.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=33.18%
G=31.11%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441351550.070.1300.392679.0956.86
Hex90879B7D02710b939
Octal2202072337150474131171
Binary100100001000011110011011111110101001111000010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90879B; }

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

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

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

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

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

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

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

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