Html Css Color HEX #9E9ACE Wistful

📋 copy color: '#9E9ACE'

red 158 ◦ green 154 ◦ blue 206

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

Shades of Wistful #9E9ACE

Tints of Wistful #9E9ACE

RGB

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

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

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

R = 30.5%
G = 29.73%
B = 39.77%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9E9ACE (or 0x9E9ACE) is known color: Wistful. HEX triplet: 9E, 9A and CE. RGB value is (158,154,206). Sum of RGB (Red+Green+Blue) = 158+154+206=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ACE is #616531. Grayscale: #A0A0A0. Windows color (decimal): -6382898 or 13539998. OLE color: 13539998.

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

Color convert

RGB 158 154 206 -
CMYK 0.23 0.25 0 0.19
HSL 244.62º 0.35% 0.71% -
HSV(B) 244.62º 0.25% 0.81% -
XYZ 36.8 34.84 63.18 -
YUV 161.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 158 154 206 0.23 0.25 0 0.19 244.62 0.35 0.71
Hex 9E 9A CE 17 19 0 13 F5 23 47
Octal 236 232 316 27 31 0 23 365 43 107
Binary 10011110 10011010 11001110 10111 11001 0 10011 11110101 100011 1000111

Color Harmonies of #9E9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9ACE

Black with #9E9ACE

Text Example


Text Example

White with #9E9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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