Html Css Color HEX #9E94EC Wistful

📋 copy color: '#9E94EC'

red 158 ◦ green 148 ◦ blue 236

#9E94EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #9E94EC

Tints of Wistful #9E94EC

RGB

 RED value IS 158 (62.11% from 255) = 29.15%

 GREEN value IS 148 (58.2% from 255) = 27.31%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 29.15%
G = 27.31%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E94EC (or 0x9E94EC) is known color: Wistful. HEX triplet: 9E, 94 and EC. RGB value is (158,148,236). Sum of RGB (Red+Green+Blue) = 158+148+236=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E94EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E94EC is #616B13. Grayscale: #A0A0A0. Windows color (decimal): -6384404 or 15504542. OLE color: 15504542.

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

Color convert

RGB 158 148 236 -
CMYK 0.33 0.37 0 0.07
HSL 246.82º 0.7% 0.75% -
HSV(B) 246.82º 0.37% 0.93% -
XYZ 39.83 34.51 83.92 -
YUV 161.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 158 148 236 0.33 0.37 0 0.07 246.82 0.7 0.75
Hex 9E 94 EC 21 25 0 7 F7 46 4B
Octal 236 224 354 41 45 0 7 367 106 113
Binary 10011110 10010100 11101100 100001 100101 0 111 11110111 1000110 1001011

Color Harmonies of #9E94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E94EC

Black with #9E94EC

Text Example


Text Example

White with #9E94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E94EC;
 }
 .AnyTagClassName
 {
   color: #9E94EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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