#9E9ACD

Color #9E9ACD Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #9E9ACD

Tints of Wistful #9E9ACD

Color information

#9E9ACD (or 0x9E9ACD) is unknown color: approx Wistful. HEX triplet: 9E, 9A and CD. RGB value is (158,154,205). Sum of RGB (Red+Green+Blue) = 158+154+205=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ACD is #616532. Grayscale: #A0A0A0. Windows color (decimal): -6382899 or 13474462. OLE color: 13474462.

HSL color Cylindrical-coordinate representation of color #9E9ACD: hue angle of 244.71º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E9ACD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158154205-
CMYK0.230.2500.20
HSL244.71º33.77%70.39%-
HSV(B)244.71º24.88%80.39%-
XYZ36.6834.7962.54-
YUV161.01152.83125.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=30.56%
G=29.79%
B=39.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581542050.230.2500.20244.7133.7770.39
Hex9E9ACD1719014f52246
Octal236232315273102436542106
Binary1001111010011010110011011011111001010100111101011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E9ACD;
 }
 .AnyTagClassName
 {
   color: #9E9ACD;
 }
</style>
background-color css

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

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

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

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

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

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