Html Css Color HEX #9E93CC Wistful

📋 copy color: '#9E93CC'

red 158 ◦ green 147 ◦ blue 204

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

Shades of Wistful #9E93CC

Tints of Wistful #9E93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 31.04%
G = 28.88%
B = 40.08%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9E93CC (or 0x9E93CC) is known color: Wistful. HEX triplet: 9E, 93 and CC. RGB value is (158,147,204). Sum of RGB (Red+Green+Blue) = 158+147+204=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93CC is #616C33. Grayscale: #9C9C9C. Windows color (decimal): -6384692 or 13407134. OLE color: 13407134.

HSL color Cylindrical-coordinate representation of color #9E93CC: hue angle of 251.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E93CC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 147 204 -
CMYK 0.23 0.28 0 0.2
HSL 251.58º 0.36% 0.69% -
HSV(B) 251.58º 0.28% 0.8% -
XYZ 35.43 32.5 61.53 -
YUV 156.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 158 147 204 0.23 0.28 0 0.2 251.58 0.36 0.69
Hex 9E 93 CC 17 1C 0 14 FC 24 45
Octal 236 223 314 27 34 0 24 374 44 105
Binary 10011110 10010011 11001100 10111 11100 0 10100 11111100 100100 1000101

Color Harmonies of #9E93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93CC

Black with #9E93CC

Text Example


Text Example

White with #9E93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,147,204); }

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

background-color css

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

 a { background-color: rgb(158,147,204); }

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

border-color css

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

 span { border-color: rgb(158,147,204); }

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