Html Css Color HEX #9E8EDB Wistful

📋 copy color: '#9E8EDB'

red 158 ◦ green 142 ◦ blue 219

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

Shades of Wistful #9E8EDB

Tints of Wistful #9E8EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 30.44%
G = 27.36%
B = 42.2%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E8EDB (or 0x9E8EDB) is known color: Wistful. HEX triplet: 9E, 8E and DB. RGB value is (158,142,219). Sum of RGB (Red+Green+Blue) = 158+142+219=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EDB is #617124. Grayscale: #9B9B9B. Windows color (decimal): -6385957 or 14388894. OLE color: 14388894.

HSL color Cylindrical-coordinate representation of color #9E8EDB: hue angle of 252.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8EDB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 142 219 -
CMYK 0.28 0.35 0 0.14
HSL 252.47º 0.52% 0.71% -
HSV(B) 252.47º 0.35% 0.86% -
XYZ 36.56 31.73 71.22 -
YUV 155.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 158 142 219 0.28 0.35 0 0.14 252.47 0.52 0.71
Hex 9E 8E DB 1C 23 0 E FC 34 47
Octal 236 216 333 34 43 0 16 374 64 107
Binary 10011110 10001110 11011011 11100 100011 0 1110 11111100 110100 1000111

Color Harmonies of #9E8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EDB

Black with #9E8EDB

Text Example


Text Example

White with #9E8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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