#9F9BEB

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

Shades of Wistful #9F9BEB

Tints of Wistful #9F9BEB

Color information

#9F9BEB (or 0x9F9BEB) is unknown color: approx Wistful. HEX triplet: 9F, 9B and EB. RGB value is (159,155,235). Sum of RGB (Red+Green+Blue) = 159+155+235=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BEB is #606414. Grayscale: #A4A4A4. Windows color (decimal): -6317077 or 15440799. OLE color: 15440799.

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

Color convert

RGB159155235-
CMYK0.320.3400.08
HSL243º66.67%76.47%-
HSV(B)243º34.04%92.16%-
XYZ41.0136.8183.54-
YUV165.32167.33123.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=28.96%
G=28.23%
B=42.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591552350.320.3400.0824366.6776.47
Hex9F9BEB202208f3434c
Octal2372333534042010363103114
Binary100111111001101111101011100000100010010001111001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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