#9F8EAF

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

Shades of East Side #9F8EAF

Tints of East Side #9F8EAF

Color information

#9F8EAF (or 0x9F8EAF) is unknown color: approx East Side. HEX triplet: 9F, 8E and AF. RGB value is (159,142,175). Sum of RGB (Red+Green+Blue) = 159+142+175=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8EAF is #607150. Grayscale: #969696. Windows color (decimal): -6320465 or 11505311. OLE color: 11505311.

HSL color Cylindrical-coordinate representation of color #9F8EAF: hue angle of 270.91º degrees, saturation: 0.17, 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 #9F8EAF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159142175-
CMYK0.090.1900.31
HSL270.91º17.1%62.16%-
HSV(B)270.91º18.86%68.63%-
XYZ31.7129.8144.64-
YUV150.84141.63133.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=33.40%
G=29.83%
B=36.76%

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
Decimal1591421750.090.1900.31270.9117.162.16
Hex9F8EAF91301F10f113e
Octal23721625711230374172176
Binary10011111100011101010111110011001101111110000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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