#9F9AEC

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

Shades of Wistful #9F9AEC

Tints of Wistful #9F9AEC

Color information

#9F9AEC (or 0x9F9AEC) is unknown color: approx Wistful. HEX triplet: 9F, 9A and EC. RGB value is (159,154,236). Sum of RGB (Red+Green+Blue) = 159+154+236=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9AEC is #606513. Grayscale: #A4A4A4. Windows color (decimal): -6317332 or 15506079. OLE color: 15506079.

HSL color Cylindrical-coordinate representation of color #9F9AEC: hue angle of 243.66º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F9AEC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159154236-
CMYK0.330.3500.07
HSL243.66º68.33%76.47%-
HSV(B)243.66º34.75%92.55%-
XYZ40.9936.5484.25-
YUV164.84168.16123.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.96%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=28.96%
G=28.05%
B=42.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591542360.330.3500.07243.6668.3376.47
Hex9F9AEC212307f4444c
Octal237232354414307364104114
Binary10011111100110101110110010000110001101111111010010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,236); }

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

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

 a { background-color: rgb(159,154,236); }

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

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

 span { border-color: rgb(159,154,236); }

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