#9F8FEA

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

Shades of Wistful #9F8FEA

Tints of Wistful #9F8FEA

Color information

#9F8FEA (or 0x9F8FEA) is unknown color: approx Wistful. HEX triplet: 9F, 8F and EA. RGB value is (159,143,234). Sum of RGB (Red+Green+Blue) = 159+143+234=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F8FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FEA is #607015. Grayscale: #9D9D9D. Windows color (decimal): -6320150 or 15372191. OLE color: 15372191.

HSL color Cylindrical-coordinate representation of color #9F8FEA: hue angle of 250.55º degrees, saturation: 0.68, 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 #9F8FEA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159143234-
CMYK0.320.3900.08
HSL250.55º68.42%73.92%-
HSV(B)250.55º38.89%91.76%-
XYZ38.9732.9682.15-
YUV158.16170.8128.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.66%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=29.66%
G=26.68%
B=43.66%

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
Decimal1591432340.320.3900.08250.5568.4273.92
Hex9F8FEA202708fb444a
Octal2372173524047010373104112
Binary100111111000111111101010100000100111010001111101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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