#9E9CCB

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

Shades of Wistful #9E9CCB

Tints of Wistful #9E9CCB

Color information

#9E9CCB (or 0x9E9CCB) is unknown color: approx Wistful. HEX triplet: 9E, 9C and CB. RGB value is (158,156,203). Sum of RGB (Red+Green+Blue) = 158+156+203=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCB is #616334. Grayscale: #A1A1A1. Windows color (decimal): -6382389 or 13343902. OLE color: 13343902.

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

Color convert

RGB158156203-
CMYK0.220.2300.20
HSL242.55º31.13%70.39%-
HSV(B)242.55º23.15%79.61%-
XYZ36.7735.3661.39-
YUV161.96151.16125.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 39.26%
R=30.56%
G=30.17%
B=39.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581562030.220.2300.20242.5531.1370.39
Hex9E9CCB1617014f31f46
Octal236234313262702436337106
Binary100111101001110011001011101101011101010011110011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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