#9E94CC

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

Shades of Wistful #9E94CC

Tints of Wistful #9E94CC

Color information

#9E94CC (or 0x9E94CC) is unknown color: approx Wistful. HEX triplet: 9E, 94 and CC. RGB value is (158,148,204). Sum of RGB (Red+Green+Blue) = 158+148+204=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94CC is #616B33. Grayscale: #9D9D9D. Windows color (decimal): -6384436 or 13407390. OLE color: 13407390.

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

Color convert

RGB158148204-
CMYK0.230.2700.2
HSL250.71º35.44%69.02%-
HSV(B)250.71º27.45%80%-
XYZ35.5932.8161.58-
YUV157.37154.31128.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 204 (80.08% from 255) = 40%
R=30.98%
G=29.02%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581482040.230.2700.2250.7135.4469.02
Hex9E94CC171B014fb2345
Octal236224314273302437343105
Binary1001111010010100110011001011111011010100111110111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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