#9F8BAE

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

Shades of East Side #9F8BAE

Tints of East Side #9F8BAE

Color information

#9F8BAE (or 0x9F8BAE) is unknown color: approx East Side. HEX triplet: 9F, 8B and AE. RGB value is (159,139,174). Sum of RGB (Red+Green+Blue) = 159+139+174=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8BAE is #607451. Grayscale: #949494. Windows color (decimal): -6321234 or 11439007. OLE color: 11439007.

HSL color Cylindrical-coordinate representation of color #9F8BAE: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F8BAE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159139174-
CMYK0.090.2000.32
HSL274.29º17.77%61.37%-
HSV(B)274.29º20.11%68.24%-
XYZ31.1728.8943.98-
YUV148.97142.13135.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=33.69%
G=29.45%
B=36.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591391740.090.2000.32274.2917.7761.37
Hex9F8BAE914020112123d
Octal23721325611240404222275
Binary100111111000101110101110100110100010000010001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,174); }

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

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

 a { background-color: rgb(159,139,174); }

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

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

 span { border-color: rgb(159,139,174); }

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