#9e9be6

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

Shades of Wistful #9E9BE6

Tints of Wistful #9E9BE6

Color information

#9E9BE6 (or 0x9E9BE6) is unknown color: approx Wistful. HEX triplet: 9E, 9B and E6. RGB value is (158,155,230). Sum of RGB (Red+Green+Blue) = 158+155+230=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #9E9BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BE6 is #616419. Grayscale: #A4A4A4. Windows color (decimal): -6382618 or 15113118. OLE color: 15113118.

HSL color Cylindrical-coordinate representation of color #9E9BE6: hue angle of 242.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9BE6 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158155230-
CMYK0.310.3300.10
HSL242.4º60%75.49%-
HSV(B)242.4º32.61%90.2%-
XYZ40.136.4279.78-
YUV164.45164.99123.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.10%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 230 (90.23% from 255) = 42.36%
R=29.10%
G=28.55%
B=42.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1581552300.310.3300.10242.46075.49
Hex9E9BE61F210Af23c4b
Octal236233346374101236274113
Binary1001111010011011111001101111110000101010111100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e9be6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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