Html Css Color HEX #9E8EED Wistful

📋 copy color: '#9E8EED'

red 158 ◦ green 142 ◦ blue 237

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

Shades of Wistful #9E8EED

Tints of Wistful #9E8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 29.42%
G = 26.44%
B = 44.13%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E8EED (or 0x9E8EED) is known color: Wistful. HEX triplet: 9E, 8E and ED. RGB value is (158,142,237). Sum of RGB (Red+Green+Blue) = 158+142+237=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E8EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EED is #617112. Grayscale: #9D9D9D. Windows color (decimal): -6385939 or 15568542. OLE color: 15568542.

HSL color Cylindrical-coordinate representation of color #9E8EED: hue angle of 250.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8EED is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 142 237 -
CMYK 0.33 0.40 0 0.07
HSL 250.11º 0.73% 0.74% -
HSV(B) 250.11º 0.4% 0.93% -
XYZ 39.06 32.73 84.38 -
YUV 157.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 158 142 237 0.33 0.40 0 0.07 250.11 0.73 0.74
Hex 9E 8E ED 21 28 0 7 FA 49 4A
Octal 236 216 355 41 50 0 7 372 111 112
Binary 10011110 10001110 11101101 100001 101000 0 111 11111010 1001001 1001010

Color Harmonies of #9E8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EED

Black with #9E8EED

Text Example


Text Example

White with #9E8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,142,237); }

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

background-color css

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

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

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

border-color css

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

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

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