Html Css Color HEX #9E8DDB Wistful

📋 copy color: '#9E8DDB'

red 158 ◦ green 141 ◦ blue 219

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

Shades of Wistful #9E8DDB

Tints of Wistful #9E8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

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

R = 30.5%
G = 27.22%
B = 42.28%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E8DDB (or 0x9E8DDB) is known color: Wistful. HEX triplet: 9E, 8D and DB. RGB value is (158,141,219). Sum of RGB (Red+Green+Blue) = 158+141+219=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DDB is #617224. Grayscale: #9A9A9A. Windows color (decimal): -6386213 or 14388638. OLE color: 14388638.

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

Color convert

RGB 158 141 219 -
CMYK 0.28 0.36 0 0.14
HSL 253.08º 0.52% 0.71% -
HSV(B) 253.08º 0.36% 0.86% -
XYZ 36.41 31.43 71.17 -
YUV 154.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 158 141 219 0.28 0.36 0 0.14 253.08 0.52 0.71
Hex 9E 8D DB 1C 24 0 E FD 34 47
Octal 236 215 333 34 44 0 16 375 64 107
Binary 10011110 10001101 11011011 11100 100100 0 1110 11111101 110100 1000111

Color Harmonies of #9E8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DDB

Black with #9E8DDB

Text Example


Text Example

White with #9E8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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