#9E94CF

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

Shades of Wistful #9E94CF

Tints of Wistful #9E94CF

Color information

#9E94CF (or 0x9E94CF) is unknown color: approx Wistful. HEX triplet: 9E, 94 and CF. RGB value is (158,148,207). Sum of RGB (Red+Green+Blue) = 158+148+207=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94CF is #616B30. Grayscale: #9D9D9D. Windows color (decimal): -6384433 or 13603998. OLE color: 13603998.

HSL color Cylindrical-coordinate representation of color #9E94CF: hue angle of 250.17º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E94CF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB158148207-
CMYK0.240.2900.19
HSL250.17º38.06%69.61%-
HSV(B)250.17º28.5%81.18%-
XYZ35.9532.9563.5-
YUV157.72155.81128.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=30.80%
G=28.85%
B=40.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1581482070.240.2900.19250.1738.0669.61
Hex9E94CF181D013fa2646
Octal236224317303502337246106
Binary1001111010010100110011111100011101010011111110101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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