#9E9AC2

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

Shades of Wistful #9E9AC2

Tints of Wistful #9E9AC2

Color information

#9E9AC2 (or 0x9E9AC2) is unknown color: approx Wistful. HEX triplet: 9E, 9A and C2. RGB value is (158,154,194). Sum of RGB (Red+Green+Blue) = 158+154+194=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #9E9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9AC2 is #61653D. Grayscale: #9F9F9F. Windows color (decimal): -6382910 or 12753566. OLE color: 12753566.

HSL color Cylindrical-coordinate representation of color #9E9AC2: hue angle of 246º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E9AC2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158154194-
CMYK0.190.2100.24
HSL246º24.69%68.24%-
HSV(B)246º20.62%76.08%-
XYZ35.3934.2855.79-
YUV159.76147.33126.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.23%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=31.23%
G=30.43%
B=38.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581541940.190.2100.2424624.6968.24
Hex9E9AC21315018f61944
Octal236232302232503036631104
Binary100111101001101011000010100111010101100011110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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