#9F90AB

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

Shades of East Side #9F90AB

Tints of East Side #9F90AB

Color information

#9F90AB (or 0x9F90AB) is unknown color: approx East Side. HEX triplet: 9F, 90 and AB. RGB value is (159,144,171). Sum of RGB (Red+Green+Blue) = 159+144+171=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90AB is #606F54. Grayscale: #979797. Windows color (decimal): -6319957 or 11243679. OLE color: 11243679.

HSL color Cylindrical-coordinate representation of color #9F90AB: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F90AB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159144171-
CMYK0.070.1600.33
HSL273.33º13.85%61.76%-
HSV(B)273.33º15.79%67.06%-
XYZ31.6230.2642.7-
YUV151.56138.97133.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=33.54%
G=30.38%
B=36.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591441710.070.1600.33273.3313.8561.76
Hex9F90AB710021111e3e
Octal2372202537200414211676
Binary1001111110010000101010111111000001000011000100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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