#9C90EA

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

Shades of Wistful #9C90EA

Tints of Wistful #9C90EA

Color information

#9C90EA (or 0x9C90EA) is unknown color: approx Wistful. HEX triplet: 9C, 90 and EA. RGB value is (156,144,234). Sum of RGB (Red+Green+Blue) = 156+144+234=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C90EA is #636F15. Grayscale: #9D9D9D. Windows color (decimal): -6516502 or 15372444. OLE color: 15372444.

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

Color convert

RGB156144234-
CMYK0.330.3800.08
HSL248º68.18%74.12%-
HSV(B)248º38.46%91.76%-
XYZ38.5332.9582.17-
YUV157.85170.98126.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=29.21%
G=26.97%
B=43.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561442340.330.3800.0824868.1874.12
Hex9C90EA212608f8444a
Octal2342203524146010370104112
Binary100111001001000011101010100001100110010001111100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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