Html Css Color HEX #9E8DDE Wistful

📋 copy color: '#9E8DDE'

red 158 ◦ green 141 ◦ blue 222

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

Shades of Wistful #9E8DDE

Tints of Wistful #9E8DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 30.33%
G = 27.06%
B = 42.61%

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

#9E8DDE (or 0x9E8DDE) is known color: Wistful. HEX triplet: 9E, 8D and DE. RGB value is (158,141,222). Sum of RGB (Red+Green+Blue) = 158+141+222=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DDE is #617221. Grayscale: #9B9B9B. Windows color (decimal): -6386210 or 14585246. OLE color: 14585246.

HSL color Cylindrical-coordinate representation of color #9E8DDE: hue angle of 252.59º degrees, saturation: 0.55, 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 #9E8DDE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 141 222 -
CMYK 0.29 0.36 0 0.13
HSL 252.59º 0.55% 0.71% -
HSV(B) 252.59º 0.36% 0.87% -
XYZ 36.81 31.59 73.27 -
YUV 155.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 158 141 222 0.29 0.36 0 0.13 252.59 0.55 0.71
Hex 9E 8D DE 1D 24 0 D FD 37 47
Octal 236 215 336 35 44 0 15 375 67 107
Binary 10011110 10001101 11011110 11101 100100 0 1101 11111101 110111 1000111

Color Harmonies of #9E8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8DDE

Black with #9E8DDE

Text Example


Text Example

White with #9E8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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