#9F8FEB

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

Shades of Wistful #9F8FEB

Tints of Wistful #9F8FEB

Color information

#9F8FEB (or 0x9F8FEB) is unknown color: approx Wistful. HEX triplet: 9F, 8F and EB. RGB value is (159,143,235). Sum of RGB (Red+Green+Blue) = 159+143+235=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FEB is #607014. Grayscale: #9D9D9D. Windows color (decimal): -6320149 or 15437727. OLE color: 15437727.

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

Color convert

RGB159143235-
CMYK0.320.3900.08
HSL250.43º69.7%74.12%-
HSV(B)250.43º39.15%92.16%-
XYZ39.1233.0182.91-
YUV158.27171.3128.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=29.61%
G=26.63%
B=43.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591432350.320.3900.08250.4369.774.12
Hex9F8FEB202708fa464a
Octal2372173534047010372106112
Binary100111111000111111101011100000100111010001111101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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