#9E9CAC

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

Shades of Spun Pearl #9E9CAC

Tints of Spun Pearl #9E9CAC

Color information

#9E9CAC (or 0x9E9CAC) is unknown color: approx Spun Pearl. HEX triplet: 9E, 9C and AC. RGB value is (158,156,172). Sum of RGB (Red+Green+Blue) = 158+156+172=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9CAC is #616353. Grayscale: #9E9E9E. Windows color (decimal): -6382420 or 11312286. OLE color: 11312286.

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

Color convert

RGB158156172-
CMYK0.080.0900.33
HSL247.5º8.79%64.31%-
HSV(B)247.5º9.3%67.45%-
XYZ33.4434.0243.83-
YUV158.42135.66127.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=32.51%
G=32.10%
B=35.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581561720.080.0900.33247.58.7964.31
Hex9E9CAC89021f8940
Octal236234254101104137011100
Binary1001111010011100101011001000100101000011111100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,172); }

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

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

 a { background-color: rgb(158,156,172); }

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

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

 span { border-color: rgb(158,156,172); }

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