Html Css Color HEX #9E9CEC Wistful

📋 copy color: '#9E9CEC'

red 158 ◦ green 156 ◦ blue 236

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

Shades of Wistful #9E9CEC

Tints of Wistful #9E9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.36%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 28.73%
G = 28.36%
B = 42.91%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E9CEC (or 0x9E9CEC) is known color: Wistful. HEX triplet: 9E, 9C and EC. RGB value is (158,156,236). Sum of RGB (Red+Green+Blue) = 158+156+236=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEC is #616313. Grayscale: #A5A5A5. Windows color (decimal): -6382356 or 15506590. OLE color: 15506590.

HSL color Cylindrical-coordinate representation of color #9E9CEC: hue angle of 241.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9CEC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 156 236 -
CMYK 0.33 0.34 0 0.07
HSL 241.5º 0.68% 0.77% -
HSV(B) 241.5º 0.34% 0.93% -
XYZ 41.13 37.1 84.35 -
YUV 165.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 158 156 236 0.33 0.34 0 0.07 241.5 0.68 0.77
Hex 9E 9C EC 21 22 0 7 F2 44 4D
Octal 236 234 354 41 42 0 7 362 104 115
Binary 10011110 10011100 11101100 100001 100010 0 111 11110010 1000100 1001101

Color Harmonies of #9E9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9CEC

Black with #9E9CEC

Text Example


Text Example

White with #9E9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,156,236); }

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

background-color css

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

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

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

border-color css

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

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

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