#9F90AE

Color #9F90AE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #9F90AE

Tints of East Side #9F90AE

Color information

#9F90AE (or 0x9F90AE) is unknown color: approx East Side. HEX triplet: 9F, 90 and AE. RGB value is (159,144,174). Sum of RGB (Red+Green+Blue) = 159+144+174=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F90AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90AE is #606F51. Grayscale: #979797. Windows color (decimal): -6319954 or 11440287. OLE color: 11440287.

HSL color Cylindrical-coordinate representation of color #9F90AE: hue angle of 270º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F90AE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159144174-
CMYK0.090.1700.32
HSL270º15.62%62.35%-
HSV(B)270º17.24%68.24%-
XYZ31.9130.3744.23-
YUV151.9140.47133.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=33.33%
G=30.19%
B=36.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591441740.090.1700.3227015.6262.35
Hex9F90AE91102010e103e
Octal23722025611210404162076
Binary100111111001000010101110100110001010000010000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F90AE; }

 p { color: rgb(159,144,174); }

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

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

 a { background-color: rgb(159,144,174); }

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

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

 span { border-color: rgb(159,144,174); }

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