Html Css Color HEX #9E9EE1 Wistful

📋 copy color: '#9E9EE1'

red 158 ◦ green 158 ◦ blue 225

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

Shades of Wistful #9E9EE1

Tints of Wistful #9E9EE1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 29.21%
G = 29.21%
B = 41.59%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9E9EE1 (or 0x9E9EE1) is known color: Wistful. HEX triplet: 9E, 9E and E1. RGB value is (158,158,225). Sum of RGB (Red+Green+Blue) = 158+158+225=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E9EE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9EE1 is #61611E. Grayscale: #A5A5A5. Windows color (decimal): -6381855 or 14786206. OLE color: 14786206.

HSL color Cylindrical-coordinate representation of color #9E9EE1: hue angle of 240º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9EE1 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 158 225 -
CMYK 0.30 0.30 0 0.12
HSL 240º 0.53% 0.75% -
HSV(B) 240º 0.3% 0.88% -
XYZ 39.92 37.16 76.3 -
YUV 165.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 158 158 225 0.30 0.30 0 0.12 240 0.53 0.75
Hex 9E 9E E1 1E 1E 0 C F0 35 4B
Octal 236 236 341 36 36 0 14 360 65 113
Binary 10011110 10011110 11100001 11110 11110 0 1100 11110000 110101 1001011

Color Harmonies of #9E9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9EE1

Black with #9E9EE1

Text Example


Text Example

White with #9E9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,158,225); }

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

background-color css

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

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

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

border-color css

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

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

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