Html Css Color HEX #9E9FDE Wistful

📋 copy color: '#9E9FDE'

red 158 ◦ green 159 ◦ blue 222

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

Shades of Wistful #9E9FDE

Tints of Wistful #9E9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 29.31%
G = 29.5%
B = 41.19%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E9FDE (or 0x9E9FDE) is known color: Wistful. HEX triplet: 9E, 9F and DE. RGB value is (158,159,222). Sum of RGB (Red+Green+Blue) = 158+159+222=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FDE is #616021. Grayscale: #A5A5A5. Windows color (decimal): -6381602 or 14589854. OLE color: 14589854.

HSL color Cylindrical-coordinate representation of color #9E9FDE: hue angle of 239.06º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9FDE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 159 222 -
CMYK 0.29 0.28 0 0.13
HSL 239.06º 0.49% 0.75% -
HSV(B) 239.06º 0.29% 0.87% -
XYZ 39.68 37.34 74.22 -
YUV 165.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 158 159 222 0.29 0.28 0 0.13 239.06 0.49 0.75
Hex 9E 9F DE 1D 1C 0 D EF 31 4B
Octal 236 237 336 35 34 0 15 357 61 113
Binary 10011110 10011111 11011110 11101 11100 0 1101 11101111 110001 1001011

Color Harmonies of #9E9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9FDE

Black with #9E9FDE

Text Example


Text Example

White with #9E9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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