#9F88B4

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

Shades of East Side #9F88B4

Tints of East Side #9F88B4

Color information

#9F88B4 (or 0x9F88B4) is unknown color: approx East Side. HEX triplet: 9F, 88 and B4. RGB value is (159,136,180). Sum of RGB (Red+Green+Blue) = 159+136+180=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #9F88B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88B4 is #60774B. Grayscale: #939393. Windows color (decimal): -6321996 or 11831455. OLE color: 11831455.

HSL color Cylindrical-coordinate representation of color #9F88B4: hue angle of 271.36º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F88B4 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159136180-
CMYK0.120.2400.29
HSL271.36º22.68%61.96%-
HSV(B)271.36º24.44%70.59%-
XYZ31.3428.2746.99-
YUV147.89146.12135.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=33.47%
G=28.63%
B=37.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591361800.120.2400.29271.3622.6861.96
Hex9F88B4C1801D10f173e
Octal23721026414300354172776
Binary10011111100010001011010011001100001110110000111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,180); }

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

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

 a { background-color: rgb(159,136,180); }

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

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

 span { border-color: rgb(159,136,180); }

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