#9D8DAC

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

Shades of East Side #9D8DAC

Tints of East Side #9D8DAC

Color information

#9D8DAC (or 0x9D8DAC) is unknown color: approx East Side. HEX triplet: 9D, 8D and AC. RGB value is (157,141,172). Sum of RGB (Red+Green+Blue) = 157+141+172=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8DAC is #627253. Grayscale: #959595. Windows color (decimal): -6451796 or 11308445. OLE color: 11308445.

HSL color Cylindrical-coordinate representation of color #9D8DAC: hue angle of 270.97º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8DAC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157141172-
CMYK0.090.1800.33
HSL270.97º15.74%61.37%-
HSV(B)270.97º18.02%67.45%-
XYZ30.8829.243.04-
YUV149.32140.8133.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=33.40%
G=30%
B=36.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571411720.090.1800.33270.9715.7461.37
Hex9D8DAC91202110f103d
Octal23521525411220414172075
Binary100111011000110110101100100110010010000110000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,172); }

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

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

 a { background-color: rgb(157,141,172); }

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

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

 span { border-color: rgb(157,141,172); }

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