#9F88AF

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

Shades of East Side #9F88AF

Tints of East Side #9F88AF

Color information

#9F88AF (or 0x9F88AF) is unknown color: approx East Side. HEX triplet: 9F, 88 and AF. RGB value is (159,136,175). Sum of RGB (Red+Green+Blue) = 159+136+175=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F88AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F88AF is #607750. Grayscale: #939393. Windows color (decimal): -6322001 or 11503775. OLE color: 11503775.

HSL color Cylindrical-coordinate representation of color #9F88AF: hue angle of 275.38º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F88AF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159136175-
CMYK0.090.2200.31
HSL275.38º19.6%60.98%-
HSV(B)275.38º22.29%68.63%-
XYZ30.8428.0744.35-
YUV147.32143.62136.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=33.83%
G=28.94%
B=37.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591361750.090.2200.31275.3819.660.98
Hex9F88AF91601F113143d
Octal23721025711260374232475
Binary10011111100010001010111110011011001111110001001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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