#9E9AC3

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

Shades of Wistful #9E9AC3

Tints of Wistful #9E9AC3

Color information

#9E9AC3 (or 0x9E9AC3) is unknown color: approx Wistful. HEX triplet: 9E, 9A and C3. RGB value is (158,154,195). Sum of RGB (Red+Green+Blue) = 158+154+195=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E9AC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9AC3 is #61653C. Grayscale: #9F9F9F. Windows color (decimal): -6382909 or 12819102. OLE color: 12819102.

HSL color Cylindrical-coordinate representation of color #9E9AC3: hue angle of 245.85º 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 #9E9AC3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158154195-
CMYK0.190.2100.24
HSL245.85º25.47%68.43%-
HSV(B)245.85º21.03%76.47%-
XYZ35.5134.3256.38-
YUV159.87147.83126.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=31.16%
G=30.37%
B=38.46%

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
Decimal1581541950.190.2100.24245.8525.4768.43
Hex9E9AC31315018f61944
Octal236232303232503036631104
Binary100111101001101011000011100111010101100011110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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