#9F9CAC

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

Shades of Spun Pearl #9F9CAC

Tints of Spun Pearl #9F9CAC

Color information

#9F9CAC (or 0x9F9CAC) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9C and AC. RGB value is (159,156,172). Sum of RGB (Red+Green+Blue) = 159+156+172=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9CAC is #606353. Grayscale: #9E9E9E. Windows color (decimal): -6316884 or 11312287. OLE color: 11312287.

HSL color Cylindrical-coordinate representation of color #9F9CAC: hue angle of 251.25º 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 #9F9CAC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159156172-
CMYK0.080.0900.33
HSL251.25º8.79%64.31%-
HSV(B)251.25º9.3%67.45%-
XYZ33.6334.1343.84-
YUV158.72135.49128.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=32.65%
G=32.03%
B=35.32%

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
Decimal1591561720.080.0900.33251.258.7964.31
Hex9F9CAC89021fb940
Octal237234254101104137311100
Binary1001111110011100101011001000100101000011111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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