Html Css Color HEX #9E9CCE Wistful

📋 copy color: '#9E9CCE'

red 158 ◦ green 156 ◦ blue 206

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

Shades of Wistful #9E9CCE

Tints of Wistful #9E9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 30.38%
G = 30%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E9CCE (or 0x9E9CCE) is known color: Wistful. HEX triplet: 9E, 9C and CE. RGB value is (158,156,206). Sum of RGB (Red+Green+Blue) = 158+156+206=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9CCE is #616331. Grayscale: #A2A2A2. Windows color (decimal): -6382386 or 13540510. OLE color: 13540510.

HSL color Cylindrical-coordinate representation of color #9E9CCE: hue angle of 242.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9CCE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 156 206 -
CMYK 0.23 0.24 0 0.19
HSL 242.4º 0.34% 0.71% -
HSV(B) 242.4º 0.24% 0.81% -
XYZ 37.13 35.5 63.29 -
YUV 162.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 158 156 206 0.23 0.24 0 0.19 242.4 0.34 0.71
Hex 9E 9C CE 17 18 0 13 F2 22 47
Octal 236 234 316 27 30 0 23 362 42 107
Binary 10011110 10011100 11001110 10111 11000 0 10011 11110010 100010 1000111

Color Harmonies of #9E9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9CCE

Black with #9E9CCE

Text Example


Text Example

White with #9E9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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