Html Css Color HEX #9E8ED5 Wistful

📋 copy color: '#9E8ED5'

red 158 ◦ green 142 ◦ blue 213

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

Shades of Wistful #9E8ED5

Tints of Wistful #9E8ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 30.8%
G = 27.68%
B = 41.52%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9E8ED5 (or 0x9E8ED5) is known color: Wistful. HEX triplet: 9E, 8E and D5. RGB value is (158,142,213). Sum of RGB (Red+Green+Blue) = 158+142+213=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E8ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8ED5 is #61712A. Grayscale: #9A9A9A. Windows color (decimal): -6385963 or 13995678. OLE color: 13995678.

HSL color Cylindrical-coordinate representation of color #9E8ED5: hue angle of 253.52º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E8ED5 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 142 213 -
CMYK 0.26 0.33 0 0.16
HSL 253.52º 0.46% 0.7% -
HSV(B) 253.52º 0.33% 0.84% -
XYZ 35.78 31.42 67.13 -
YUV 154.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 158 142 213 0.26 0.33 0 0.16 253.52 0.46 0.7
Hex 9E 8E D5 1A 21 0 10 FE 2E 46
Octal 236 216 325 32 41 0 20 376 56 106
Binary 10011110 10001110 11010101 11010 100001 0 10000 11111110 101110 1000110

Color Harmonies of #9E8ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8ED5

Black with #9E8ED5

Text Example


Text Example

White with #9E8ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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