#9F9ECC

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

Shades of Wistful #9F9ECC

Tints of Wistful #9F9ECC

Color information

#9F9ECC (or 0x9F9ECC) is unknown color: approx Wistful. HEX triplet: 9F, 9E and CC. RGB value is (159,158,204). Sum of RGB (Red+Green+Blue) = 159+158+204=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECC is #606133. Grayscale: #A3A3A3. Windows color (decimal): -6316340 or 13409951. OLE color: 13409951.

HSL color Cylindrical-coordinate representation of color #9F9ECC: hue angle of 241.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9ECC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159158204-
CMYK0.220.2300.2
HSL241.3º31.08%70.98%-
HSV(B)241.3º22.55%80%-
XYZ37.4236.1862.14-
YUV163.54150.83124.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=30.52%
G=30.33%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591582040.220.2300.2241.331.0870.98
Hex9F9ECC1617014f11f47
Octal237236314262702436137107
Binary100111111001111011001100101101011101010011110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,204); }

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

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

 a { background-color: rgb(159,158,204); }

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

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

 span { border-color: rgb(159,158,204); }

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