#9F92EA

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

Shades of Wistful #9F92EA

Tints of Wistful #9F92EA

Color information

#9F92EA (or 0x9F92EA) is unknown color: approx Wistful. HEX triplet: 9F, 92 and EA. RGB value is (159,146,234). Sum of RGB (Red+Green+Blue) = 159+146+234=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F92EA is #606D15. Grayscale: #9F9F9F. Windows color (decimal): -6319382 or 15372959. OLE color: 15372959.

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

Color convert

RGB159146234-
CMYK0.320.3800.08
HSL248.86º67.69%74.51%-
HSV(B)248.86º37.61%91.76%-
XYZ39.4333.8782.3-
YUV159.92169.81127.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=29.50%
G=27.09%
B=43.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591462340.320.3800.08248.8667.6974.51
Hex9F92EA202608f9444b
Octal2372223524046010371104113
Binary100111111001001011101010100000100110010001111100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F92EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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