#9F8DAF

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

Shades of East Side #9F8DAF

Tints of East Side #9F8DAF

Color information

#9F8DAF (or 0x9F8DAF) is unknown color: approx East Side. HEX triplet: 9F, 8D and AF. RGB value is (159,141,175). Sum of RGB (Red+Green+Blue) = 159+141+175=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8DAF is #607250. Grayscale: #969696. Windows color (decimal): -6320721 or 11505055. OLE color: 11505055.

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

Color convert

RGB159141175-
CMYK0.090.1900.31
HSL271.76º17.53%61.96%-
HSV(B)271.76º19.43%68.63%-
XYZ31.5629.5244.59-
YUV150.26141.96134.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=33.47%
G=29.68%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591411750.090.1900.31271.7617.5361.96
Hex9F8DAF91301F110123e
Octal23721525711230374202276
Binary10011111100011011010111110011001101111110001000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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