Html Css Color HEX #9E9EDB Wistful

📋 copy color: '#9E9EDB'

red 158 ◦ green 158 ◦ blue 219

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

Shades of Wistful #9E9EDB

Tints of Wistful #9E9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.53%

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

R = 29.53%
G = 29.53%
B = 40.93%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E9EDB (or 0x9E9EDB) is known color: Wistful. HEX triplet: 9E, 9E and DB. RGB value is (158,158,219). Sum of RGB (Red+Green+Blue) = 158+158+219=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9EDB is #616124. Grayscale: #A4A4A4. Windows color (decimal): -6381861 or 14392990. OLE color: 14392990.

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

Color convert

RGB 158 158 219 -
CMYK 0.28 0.28 0 0.14
HSL 240º 0.46% 0.74% -
HSV(B) 240º 0.28% 0.86% -
XYZ 39.11 36.84 72.07 -
YUV 164.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 158 158 219 0.28 0.28 0 0.14 240 0.46 0.74
Hex 9E 9E DB 1C 1C 0 E F0 2E 4A
Octal 236 236 333 34 34 0 16 360 56 112
Binary 10011110 10011110 11011011 11100 11100 0 1110 11110000 101110 1001010

Color Harmonies of #9E9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9EDB

Black with #9E9EDB

Text Example


Text Example

White with #9E9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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