Html Css Color HEX #9E8DDD Wistful

📋 copy color: '#9E8DDD'

red 158 ◦ green 141 ◦ blue 221

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

Shades of Wistful #9E8DDD

Tints of Wistful #9E8DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 30.38%
G = 27.12%
B = 42.5%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E8DDD (or 0x9E8DDD) is known color: Wistful. HEX triplet: 9E, 8D and DD. RGB value is (158,141,221). Sum of RGB (Red+Green+Blue) = 158+141+221=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DDD is #617222. Grayscale: #9A9A9A. Windows color (decimal): -6386211 or 14519710. OLE color: 14519710.

HSL color Cylindrical-coordinate representation of color #9E8DDD: hue angle of 252.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E8DDD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 141 221 -
CMYK 0.29 0.36 0 0.13
HSL 252.75º 0.54% 0.71% -
HSV(B) 252.75º 0.36% 0.87% -
XYZ 36.68 31.54 72.56 -
YUV 155.2 165.13 130 -
System Red Green Blue C M Y K H S L
Decimal 158 141 221 0.29 0.36 0 0.13 252.75 0.54 0.71
Hex 9E 8D DD 1D 24 0 D FD 36 47
Octal 236 215 335 35 44 0 15 375 66 107
Binary 10011110 10001101 11011101 11101 100100 0 1101 11111101 110110 1000111

Color Harmonies of #9E8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DDD

Black with #9E8DDD

Text Example


Text Example

White with #9E8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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