#9F93AB

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

Shades of East Side #9F93AB

Tints of East Side #9F93AB

Color information

#9F93AB (or 0x9F93AB) is unknown color: approx East Side. HEX triplet: 9F, 93 and AB. RGB value is (159,147,171). Sum of RGB (Red+Green+Blue) = 159+147+171=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F93AB is #606C54. Grayscale: #999999. Windows color (decimal): -6319189 or 11244447. OLE color: 11244447.

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

Color convert

RGB159147171-
CMYK0.070.1400.33
HSL270º12.5%62.35%-
HSV(B)270º14.04%67.06%-
XYZ32.0831.1842.86-
YUV153.32137.98132.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 30.82%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=33.33%
G=30.82%
B=35.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591471710.070.1400.3327012.562.35
Hex9F93AB7E02110ec3e
Octal2372232537160414161476
Binary100111111001001110101011111111001000011000011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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