#9F9CDE

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

Shades of Wistful #9F9CDE

Tints of Wistful #9F9CDE

Color information

#9F9CDE (or 0x9F9CDE) is unknown color: approx Wistful. HEX triplet: 9F, 9C and DE. RGB value is (159,156,222). Sum of RGB (Red+Green+Blue) = 159+156+222=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDE is #606321. Grayscale: #A4A4A4. Windows color (decimal): -6316834 or 14589087. OLE color: 14589087.

HSL color Cylindrical-coordinate representation of color #9F9CDE: hue angle of 242.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9CDE is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159156222-
CMYK0.280.3000.13
HSL242.73º50%74.12%-
HSV(B)242.73º29.73%87.06%-
XYZ39.3736.4274.06-
YUV164.42160.49124.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=29.61%
G=29.05%
B=41.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591562220.280.3000.13242.735074.12
Hex9F9CDE1C1E0Df3324a
Octal237234336343601536362112
Binary100111111001110011011110111001111001101111100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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