#9D90F3

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

Shades of Wistful #9D90F3

Tints of Wistful #9D90F3

Color information

#9D90F3 (or 0x9D90F3) is unknown color: approx Wistful. HEX triplet: 9D, 90 and F3. RGB value is (157,144,243). Sum of RGB (Red+Green+Blue) = 157+144+243=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D90F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D90F3 is #626F0C. Grayscale: #9E9E9E. Windows color (decimal): -6450957 or 15962269. OLE color: 15962269.

HSL color Cylindrical-coordinate representation of color #9D90F3: hue angle of 247.88º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D90F3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157144243-
CMYK0.350.4100.05
HSL247.88º80.49%75.88%-
HSV(B)247.88º40.74%95.29%-
XYZ40.0633.5989.17-
YUV159.17175.31126.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.86%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 243 (95.31% from 255) = 44.67%
R=28.86%
G=26.47%
B=44.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571442430.350.4100.05247.8880.4975.88
Hex9D90F3232905f8504c
Octal235220363435105370120114
Binary10011101100100001111001110001110100101011111100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D90F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,243); }

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

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

 a { background-color: rgb(157,144,243); }

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

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

 span { border-color: rgb(157,144,243); }

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