#9F9AC0

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

Shades of Wistful #9F9AC0

Tints of Wistful #9F9AC0

Color information

#9F9AC0 (or 0x9F9AC0) is unknown color: approx Wistful. HEX triplet: 9F, 9A and C0. RGB value is (159,154,192). Sum of RGB (Red+Green+Blue) = 159+154+192=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AC0 is #60653F. Grayscale: #9F9F9F. Windows color (decimal): -6317376 or 12622495. OLE color: 12622495.

HSL color Cylindrical-coordinate representation of color #9F9AC0: hue angle of 247.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F9AC0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159154192-
CMYK0.170.2000.25
HSL247.89º23.17%67.84%-
HSV(B)247.89º19.79%75.29%-
XYZ35.3734.2954.62-
YUV159.83146.16127.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=31.49%
G=30.50%
B=38.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591541920.170.2000.25247.8923.1767.84
Hex9F9AC01114019f81744
Octal237232300212403137027104
Binary100111111001101011000000100011010001100111111000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,192); }

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

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

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

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

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

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

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