#9E9CCA

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

Shades of Wistful #9E9CCA

Tints of Wistful #9E9CCA

Color information

#9E9CCA (or 0x9E9CCA) is unknown color: approx Wistful. HEX triplet: 9E, 9C and CA. RGB value is (158,156,202). Sum of RGB (Red+Green+Blue) = 158+156+202=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCA is #616335. Grayscale: #A1A1A1. Windows color (decimal): -6382390 or 13278366. OLE color: 13278366.

HSL color Cylindrical-coordinate representation of color #9E9CCA: hue angle of 242.61º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9CCA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB158156202-
CMYK0.220.2300.21
HSL242.61º30.26%70.2%-
HSV(B)242.61º22.77%79.22%-
XYZ36.6535.3160.76-
YUV161.84150.66125.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 156 (61.33% from 255) = 30.23%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=30.62%
G=30.23%
B=39.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581562020.220.2300.21242.6130.2670.2
Hex9E9CCA1617015f31e46
Octal236234312262702536336106
Binary100111101001110011001010101101011101010111110011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,202); }

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

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

 a { background-color: rgb(158,156,202); }

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

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

 span { border-color: rgb(158,156,202); }

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