#9E9CCC

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

Shades of Wistful #9E9CCC

Tints of Wistful #9E9CCC

Color information

#9E9CCC (or 0x9E9CCC) is unknown color: approx Wistful. HEX triplet: 9E, 9C and CC. RGB value is (158,156,204). Sum of RGB (Red+Green+Blue) = 158+156+204=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCC is #616333. Grayscale: #A1A1A1. Windows color (decimal): -6382388 or 13409438. OLE color: 13409438.

HSL color Cylindrical-coordinate representation of color #9E9CCC: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9CCC is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158156204-
CMYK0.230.2400.2
HSL242.5º32%70.59%-
HSV(B)242.5º23.53%80%-
XYZ36.8935.4162.02-
YUV162.07151.66125.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=30.50%
G=30.12%
B=39.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581562040.230.2400.2242.53270.59
Hex9E9CCC1718014f22047
Octal236234314273002436240107
Binary1001111010011100110011001011111000010100111100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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