Html Css Color HEX #9E9FDB Wistful

📋 copy color: '#9E9FDB'

red 158 ◦ green 159 ◦ blue 219

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

Shades of Wistful #9E9FDB

Tints of Wistful #9E9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.66%

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

R = 29.48%
G = 29.66%
B = 40.86%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E9FDB (or 0x9E9FDB) is known color: Wistful. HEX triplet: 9E, 9F and DB. RGB value is (158,159,219). Sum of RGB (Red+Green+Blue) = 158+159+219=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FDB is #616024. Grayscale: #A5A5A5. Windows color (decimal): -6381605 or 14393246. OLE color: 14393246.

HSL color Cylindrical-coordinate representation of color #9E9FDB: hue angle of 239.02º 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 #9E9FDB is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 159 219 -
CMYK 0.28 0.27 0 0.14
HSL 239.02º 0.46% 0.74% -
HSV(B) 239.02º 0.28% 0.86% -
XYZ 39.28 37.18 72.12 -
YUV 165.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 158 159 219 0.28 0.27 0 0.14 239.02 0.46 0.74
Hex 9E 9F DB 1C 1B 0 E EF 2E 4A
Octal 236 237 333 34 33 0 16 357 56 112
Binary 10011110 10011111 11011011 11100 11011 0 1110 11101111 101110 1001010

Color Harmonies of #9E9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FDB

Black with #9E9FDB

Text Example


Text Example

White with #9E9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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