#9F9FEB

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

Shades of Wistful #9F9FEB

Tints of Wistful #9F9FEB

Color information

#9F9FEB (or 0x9F9FEB) is unknown color: approx Wistful. HEX triplet: 9F, 9F and EB. RGB value is (159,159,235). Sum of RGB (Red+Green+Blue) = 159+159+235=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEB is #606014. Grayscale: #A7A7A7. Windows color (decimal): -6316053 or 15441823. OLE color: 15441823.

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

Color convert

RGB159159235-
CMYK0.320.3200.08
HSL240º65.52%77.25%-
HSV(B)240º32.34%92.16%-
XYZ41.6938.1783.77-
YUV167.66166121.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.75%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=28.75%
G=28.75%
B=42.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591592350.320.3200.0824065.5277.25
Hex9F9FEB202008f0424d
Octal2372373534040010360102115
Binary100111111001111111101011100000100000010001111000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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