#9E9DAD

Color #9E9DAD Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #9E9DAD

Tints of Spun Pearl #9E9DAD

Color information

#9E9DAD (or 0x9E9DAD) is unknown color: approx Spun Pearl. HEX triplet: 9E, 9D and AD. RGB value is (158,157,173). Sum of RGB (Red+Green+Blue) = 158+157+173=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E9DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9DAD is #616252. Grayscale: #9F9F9F. Windows color (decimal): -6382163 or 11378078. OLE color: 11378078.

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

Color convert

RGB158157173-
CMYK0.090.0900.32
HSL243.75º8.89%64.71%-
HSV(B)243.75º9.25%67.84%-
XYZ33.734.444.4-
YUV159.12135.83127.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=32.38%
G=32.17%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581571730.090.0900.32243.758.8964.71
Hex9E9DAD99020f4941
Octal236235255111104036411101
Binary1001111010011101101011011001100101000001111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,173); }

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

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

 a { background-color: rgb(158,157,173); }

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

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

 span { border-color: rgb(158,157,173); }

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