#9C90DE

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

Shades of Wistful #9C90DE

Tints of Wistful #9C90DE

Color information

#9C90DE (or 0x9C90DE) is unknown color: approx Wistful. HEX triplet: 9C, 90 and DE. RGB value is (156,144,222). Sum of RGB (Red+Green+Blue) = 156+144+222=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C90DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90DE is #636F21. Grayscale: #9C9C9C. Windows color (decimal): -6516514 or 14586012. OLE color: 14586012.

HSL color Cylindrical-coordinate representation of color #9C90DE: hue angle of 249.23º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C90DE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156144222-
CMYK0.300.3500.13
HSL249.23º54.17%71.76%-
HSV(B)249.23º35.14%87.06%-
XYZ36.8732.2973.4-
YUV156.48164.98127.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.89%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 222 (87.11% from 255) = 42.53%
R=29.89%
G=27.59%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561442220.300.3500.13249.2354.1771.76
Hex9C90DE1E230Df93648
Octal234220336364301537166110
Binary1001110010010000110111101111010001101101111110011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C90DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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