#9E94CA

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

Shades of Wistful #9E94CA

Tints of Wistful #9E94CA

Color information

#9E94CA (or 0x9E94CA) is unknown color: approx Wistful. HEX triplet: 9E, 94 and CA. RGB value is (158,148,202). Sum of RGB (Red+Green+Blue) = 158+148+202=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94CA is #616B35. Grayscale: #9C9C9C. Windows color (decimal): -6384438 or 13276318. OLE color: 13276318.

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

Color convert

RGB158148202-
CMYK0.220.2700.21
HSL251.11º33.75%68.63%-
HSV(B)251.11º26.73%79.22%-
XYZ35.3532.7160.33-
YUV157.15153.31128.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=31.10%
G=29.13%
B=39.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1581482020.220.2700.21251.1133.7568.63
Hex9E94CA161B015fb2245
Octal236224312263302537342105
Binary1001111010010100110010101011011011010101111110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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