#9F9EAC

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

Shades of Spun Pearl #9F9EAC

Tints of Spun Pearl #9F9EAC

Color information

#9F9EAC (or 0x9F9EAC) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9E and AC. RGB value is (159,158,172). Sum of RGB (Red+Green+Blue) = 159+158+172=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9EAC is #606153. Grayscale: #9F9F9F. Windows color (decimal): -6316372 or 11312799. OLE color: 11312799.

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

Color convert

RGB159158172-
CMYK0.080.0800.33
HSL244.29º7.78%64.71%-
HSV(B)244.29º8.14%67.45%-
XYZ33.9734.843.96-
YUV159.89134.83127.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=32.52%
G=32.31%
B=35.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591581720.080.0800.33244.297.7864.71
Hex9F9EAC88021f4841
Octal237236254101004136410101
Binary1001111110011110101011001000100001000011111010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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