#9F9EEB

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

Shades of Wistful #9F9EEB

Tints of Wistful #9F9EEB

Color information

#9F9EEB (or 0x9F9EEB) is unknown color: approx Wistful. HEX triplet: 9F, 9E and EB. RGB value is (159,158,235). Sum of RGB (Red+Green+Blue) = 159+158+235=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EEB is #606114. Grayscale: #A6A6A6. Windows color (decimal): -6316309 or 15441567. OLE color: 15441567.

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

Color convert

RGB159158235-
CMYK0.320.3300.08
HSL240.78º65.81%77.06%-
HSV(B)240.78º32.77%92.16%-
XYZ41.5237.8283.71-
YUV167.08166.33122.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.80%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=28.80%
G=28.62%
B=42.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591582350.320.3300.08240.7865.8177.06
Hex9F9EEB202108f1424d
Octal2372363534041010361102115
Binary100111111001111011101011100000100001010001111000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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