Html Css Color HEX #9E8FDB Wistful

📋 copy color: '#9E8FDB'

red 158 ◦ green 143 ◦ blue 219

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

Shades of Wistful #9E8FDB

Tints of Wistful #9E8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 30.38%
G = 27.5%
B = 42.12%

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

#9E8FDB (or 0x9E8FDB) is known color: Wistful. HEX triplet: 9E, 8F and DB. RGB value is (158,143,219). Sum of RGB (Red+Green+Blue) = 158+143+219=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8FDB is #617024. Grayscale: #9B9B9B. Windows color (decimal): -6385701 or 14389150. OLE color: 14389150.

HSL color Cylindrical-coordinate representation of color #9E8FDB: hue angle of 251.84º degrees, saturation: 0.51, 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 #9E8FDB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 143 219 -
CMYK 0.28 0.35 0 0.14
HSL 251.84º 0.51% 0.71% -
HSV(B) 251.84º 0.35% 0.86% -
XYZ 36.71 32.03 71.27 -
YUV 156.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 158 143 219 0.28 0.35 0 0.14 251.84 0.51 0.71
Hex 9E 8F DB 1C 23 0 E FC 33 47
Octal 236 217 333 34 43 0 16 374 63 107
Binary 10011110 10001111 11011011 11100 100011 0 1110 11111100 110011 1000111

Color Harmonies of #9E8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8FDB

Black with #9E8FDB

Text Example


Text Example

White with #9E8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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