#9F9FEC

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

Shades of Wistful #9F9FEC

Tints of Wistful #9F9FEC

Color information

#9F9FEC (or 0x9F9FEC) is unknown color: approx Wistful. HEX triplet: 9F, 9F and EC. RGB value is (159,159,236). Sum of RGB (Red+Green+Blue) = 159+159+236=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEC is #606013. Grayscale: #A7A7A7. Windows color (decimal): -6316052 or 15507359. OLE color: 15507359.

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

Color convert

RGB159159236-
CMYK0.330.3300.07
HSL240º66.96%77.45%-
HSV(B)240º32.63%92.55%-
XYZ41.8438.2284.53-
YUV167.78166.5121.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.70%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 236 (92.58% from 255) = 42.60%
R=28.70%
G=28.70%
B=42.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591592360.330.3300.0724066.9677.45
Hex9F9FEC212107f0434d
Octal237237354414107360103115
Binary10011111100111111110110010000110000101111111000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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