#9E9BEF

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

Shades of Wistful #9E9BEF

Tints of Wistful #9E9BEF

Color information

#9E9BEF (or 0x9E9BEF) is unknown color: approx Wistful. HEX triplet: 9E, 9B and EF. RGB value is (158,155,239). Sum of RGB (Red+Green+Blue) = 158+155+239=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E9BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BEF is #616410. Grayscale: #A5A5A5. Windows color (decimal): -6382609 or 15702942. OLE color: 15702942.

HSL color Cylindrical-coordinate representation of color #9E9BEF: hue angle of 242.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9BEF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158155239-
CMYK0.340.3500.06
HSL242.14º72.41%77.25%-
HSV(B)242.14º35.15%93.73%-
XYZ41.436.9486.61-
YUV165.47169.49122.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.62%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 239 (93.75% from 255) = 43.30%
R=28.62%
G=28.08%
B=43.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581552390.340.3500.06242.1472.4177.25
Hex9E9BEF222306f2484d
Octal236233357424306362110115
Binary10011110100110111110111110001010001101101111001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,239); }

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

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

 a { background-color: rgb(158,155,239); }

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

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

 span { border-color: rgb(158,155,239); }

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