Html Css Color HEX #9E8EEF Wistful

📋 copy color: '#9E8EEF'

red 158 ◦ green 142 ◦ blue 239

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

Shades of Wistful #9E8EEF

Tints of Wistful #9E8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 29.31%
G = 26.35%
B = 44.34%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E8EEF (or 0x9E8EEF) is known color: Wistful. HEX triplet: 9E, 8E and EF. RGB value is (158,142,239). Sum of RGB (Red+Green+Blue) = 158+142+239=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8EEF is #617110. Grayscale: #9D9D9D. Windows color (decimal): -6385937 or 15699614. OLE color: 15699614.

HSL color Cylindrical-coordinate representation of color #9E8EEF: hue angle of 249.9º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8EEF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 142 239 -
CMYK 0.34 0.41 0 0.06
HSL 249.9º 0.75% 0.75% -
HSV(B) 249.9º 0.41% 0.94% -
XYZ 39.35 32.85 85.93 -
YUV 157.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 158 142 239 0.34 0.41 0 0.06 249.9 0.75 0.75
Hex 9E 8E EF 22 29 0 6 FA 4B 4B
Octal 236 216 357 42 51 0 6 372 113 113
Binary 10011110 10001110 11101111 100010 101001 0 110 11111010 1001011 1001011

Color Harmonies of #9E8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EEF

Black with #9E8EEF

Text Example


Text Example

White with #9E8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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