#9D94EA

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

Shades of Wistful #9D94EA

Tints of Wistful #9D94EA

Color information

#9D94EA (or 0x9D94EA) is unknown color: approx Wistful. HEX triplet: 9D, 94 and EA. RGB value is (157,148,234). Sum of RGB (Red+Green+Blue) = 157+148+234=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D94EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D94EA is #626B15. Grayscale: #A0A0A0. Windows color (decimal): -6449942 or 15373469. OLE color: 15373469.

HSL color Cylindrical-coordinate representation of color #9D94EA: hue angle of 246.28º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D94EA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157148234-
CMYK0.330.3700.08
HSL246.28º67.19%74.9%-
HSV(B)246.28º36.75%91.76%-
XYZ39.3534.2982.39-
YUV160.5169.48125.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=29.13%
G=27.46%
B=43.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571482340.330.3700.08246.2867.1974.9
Hex9D94EA212508f6434b
Octal2352243524145010366103113
Binary100111011001010011101010100001100101010001111011010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,234); }

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

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

 a { background-color: rgb(157,148,234); }

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

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

 span { border-color: rgb(157,148,234); }

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