Html Css Color HEX #9E9CDA Wistful

📋 copy color: '#9E9CDA'

red 158 ◦ green 156 ◦ blue 218

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

Shades of Wistful #9E9CDA

Tints of Wistful #9E9CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 29.7%
G = 29.32%
B = 40.98%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9E9CDA (or 0x9E9CDA) is known color: Wistful. HEX triplet: 9E, 9C and DA. RGB value is (158,156,218). Sum of RGB (Red+Green+Blue) = 158+156+218=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CDA is #616325. Grayscale: #A3A3A3. Windows color (decimal): -6382374 or 14326942. OLE color: 14326942.

HSL color Cylindrical-coordinate representation of color #9E9CDA: hue angle of 241.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9CDA is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 156 218 -
CMYK 0.28 0.28 0 0.15
HSL 241.94º 0.46% 0.73% -
HSV(B) 241.94º 0.28% 0.85% -
XYZ 38.64 36.11 71.26 -
YUV 163.67 158.66 123.96 -
System Red Green Blue C M Y K H S L
Decimal 158 156 218 0.28 0.28 0 0.15 241.94 0.46 0.73
Hex 9E 9C DA 1C 1C 0 F F2 2E 49
Octal 236 234 332 34 34 0 17 362 56 111
Binary 10011110 10011100 11011010 11100 11100 0 1111 11110010 101110 1001001

Color Harmonies of #9E9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9CDA

Black with #9E9CDA

Text Example


Text Example

White with #9E9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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