#9F8FE5

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

Shades of Wistful #9F8FE5

Tints of Wistful #9F8FE5

Color information

#9F8FE5 (or 0x9F8FE5) is unknown color: approx Wistful. HEX triplet: 9F, 8F and E5. RGB value is (159,143,229). Sum of RGB (Red+Green+Blue) = 159+143+229=531 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.94% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F8FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FE5 is #60701A. Grayscale: #9D9D9D. Windows color (decimal): -6320155 or 15044511. OLE color: 15044511.

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

Color convert

RGB159143229-
CMYK0.310.3800.10
HSL251.16º62.32%72.94%-
HSV(B)251.16º37.55%89.8%-
XYZ38.2632.6778.42-
YUV157.59168.3129.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.94%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=29.94%
G=26.93%
B=43.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591432290.310.3800.10251.1662.3272.94
Hex9F8FE51F260Afb3e49
Octal237217345374601237376111
Binary1001111110001111111001011111110011001010111110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,143,229); }

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

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

 a { background-color: rgb(159,143,229); }

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

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

 span { border-color: rgb(159,143,229); }

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