#9F9BEE

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

Shades of Wistful #9F9BEE

Tints of Wistful #9F9BEE

Color information

#9F9BEE (or 0x9F9BEE) is unknown color: approx Wistful. HEX triplet: 9F, 9B and EE. RGB value is (159,155,238). Sum of RGB (Red+Green+Blue) = 159+155+238=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BEE is #606411. Grayscale: #A5A5A5. Windows color (decimal): -6317074 or 15637407. OLE color: 15637407.

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

Color convert

RGB159155238-
CMYK0.330.3500.07
HSL242.89º70.94%77.06%-
HSV(B)242.89º34.87%93.33%-
XYZ41.4536.9985.84-
YUV165.66168.83123.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.80%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=28.80%
G=28.08%
B=43.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591552380.330.3500.07242.8970.9477.06
Hex9F9BEE212307f3474d
Octal237233356414307363107115
Binary10011111100110111110111010000110001101111111001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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