Html Css Color HEX #9E8EDA Wistful

📋 copy color: '#9E8EDA'

red 158 ◦ green 142 ◦ blue 218

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

Shades of Wistful #9E8EDA

Tints of Wistful #9E8EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 30.5%
G = 27.41%
B = 42.08%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E8EDA (or 0x9E8EDA) is known color: Wistful. HEX triplet: 9E, 8E and DA. RGB value is (158,142,218). Sum of RGB (Red+Green+Blue) = 158+142+218=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EDA is #617125. Grayscale: #9B9B9B. Windows color (decimal): -6385958 or 14323358. OLE color: 14323358.

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

Color convert

RGB 158 142 218 -
CMYK 0.28 0.35 0 0.15
HSL 252.63º 0.51% 0.71% -
HSV(B) 252.63º 0.35% 0.85% -
XYZ 36.43 31.68 70.52 -
YUV 155.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 158 142 218 0.28 0.35 0 0.15 252.63 0.51 0.71
Hex 9E 8E DA 1C 23 0 F FD 33 47
Octal 236 216 332 34 43 0 17 375 63 107
Binary 10011110 10001110 11011010 11100 100011 0 1111 11111101 110011 1000111

Color Harmonies of #9E8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8EDA

Black with #9E8EDA

Text Example


Text Example

White with #9E8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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