Html Css Color HEX #9E9ADC Wistful

📋 copy color: '#9E9ADC'

red 158 ◦ green 154 ◦ blue 220

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

Shades of Wistful #9E9ADC

Tints of Wistful #9E9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 29.7%
G = 28.95%
B = 41.35%

CMYK

 C value IS 0.28

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E9ADC (or 0x9E9ADC) is known color: Wistful. HEX triplet: 9E, 9A and DC. RGB value is (158,154,220). Sum of RGB (Red+Green+Blue) = 158+154+220=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADC is #616523. Grayscale: #A2A2A2. Windows color (decimal): -6382884 or 14457502. OLE color: 14457502.

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

Color convert

RGB 158 154 220 -
CMYK 0.28 0.3 0 0.14
HSL 243.64º 0.49% 0.73% -
HSV(B) 243.64º 0.3% 0.86% -
XYZ 38.57 35.55 72.54 -
YUV 162.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 158 154 220 0.28 0.3 0 0.14 243.64 0.49 0.73
Hex 9E 9A DC 1C 1E 0 E F4 31 49
Octal 236 232 334 34 36 0 16 364 61 111
Binary 10011110 10011010 11011100 11100 11110 0 1110 11110100 110001 1001001

Color Harmonies of #9E9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9ADC

Black with #9E9ADC

Text Example


Text Example

White with #9E9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,154,220); }

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

background-color css

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

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

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

border-color css

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

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

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