#9F9CEA

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

Shades of Wistful #9F9CEA

Tints of Wistful #9F9CEA

Color information

#9F9CEA (or 0x9F9CEA) is unknown color: approx Wistful. HEX triplet: 9F, 9C and EA. RGB value is (159,156,234). Sum of RGB (Red+Green+Blue) = 159+156+234=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CEA is #606315. Grayscale: #A5A5A5. Windows color (decimal): -6316822 or 15375519. OLE color: 15375519.

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

Color convert

RGB159156234-
CMYK0.320.3300.08
HSL242.31º65%76.47%-
HSV(B)242.31º33.33%91.76%-
XYZ41.0437.0982.84-
YUV165.79166.49123.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=28.96%
G=28.42%
B=42.62%

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
Decimal1591562340.320.3300.08242.316576.47
Hex9F9CEA202108f2414c
Octal2372343524041010362101114
Binary100111111001110011101010100000100001010001111001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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