#9F9FAC

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

Shades of Spun Pearl #9F9FAC

Tints of Spun Pearl #9F9FAC

Color information

#9F9FAC (or 0x9F9FAC) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9F and AC. RGB value is (159,159,172). Sum of RGB (Red+Green+Blue) = 159+159+172=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FAC is #606053. Grayscale: #A0A0A0. Windows color (decimal): -6316116 or 11313055. OLE color: 11313055.

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

Color convert

RGB159159172-
CMYK0.080.0800.33
HSL240º7.26%64.9%-
HSV(B)240º7.56%67.45%-
XYZ34.1435.1544.01-
YUV160.48134.5126.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 159 (62.5% from 255) = 32.45%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=32.45%
G=32.45%
B=35.10%

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
Decimal1591591720.080.0800.332407.2664.9
Hex9F9FAC88021f0741
Octal23723725410100413607101
Binary100111111001111110101100100010000100001111100001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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