Html Css Color HEX #9E9BDB Wistful

📋 copy color: '#9E9BDB'

red 158 ◦ green 155 ◦ blue 219

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

Shades of Wistful #9E9BDB

Tints of Wistful #9E9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.14%

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

R = 29.7%
G = 29.14%
B = 41.17%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E9BDB (or 0x9E9BDB) is known color: Wistful. HEX triplet: 9E, 9B and DB. RGB value is (158,155,219). Sum of RGB (Red+Green+Blue) = 158+155+219=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BDB is #616424. Grayscale: #A2A2A2. Windows color (decimal): -6382629 or 14392222. OLE color: 14392222.

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

Color convert

RGB 158 155 219 -
CMYK 0.28 0.29 0 0.14
HSL 242.81º 0.47% 0.73% -
HSV(B) 242.81º 0.29% 0.86% -
XYZ 38.61 35.83 71.9 -
YUV 163.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 158 155 219 0.28 0.29 0 0.14 242.81 0.47 0.73
Hex 9E 9B DB 1C 1D 0 E F3 2F 49
Octal 236 233 333 34 35 0 16 363 57 111
Binary 10011110 10011011 11011011 11100 11101 0 1110 11110011 101111 1001001

Color Harmonies of #9E9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9BDB

Black with #9E9BDB

Text Example


Text Example

White with #9E9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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