#9F9ECF

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

Shades of Wistful #9F9ECF

Tints of Wistful #9F9ECF

Color information

#9F9ECF (or 0x9F9ECF) is unknown color: approx Wistful. HEX triplet: 9F, 9E and CF. RGB value is (159,158,207). Sum of RGB (Red+Green+Blue) = 159+158+207=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECF is #606130. Grayscale: #A3A3A3. Windows color (decimal): -6316337 or 13606559. OLE color: 13606559.

HSL color Cylindrical-coordinate representation of color #9F9ECF: hue angle of 241.22º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9ECF is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159158207-
CMYK0.230.2400.19
HSL241.22º33.79%71.57%-
HSV(B)241.22º23.67%81.18%-
XYZ37.7936.3364.05-
YUV163.88152.33124.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=30.34%
G=30.15%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591582070.230.2400.19241.2233.7971.57
Hex9F9ECF1718013f12248
Octal237236317273002336142110
Binary1001111110011110110011111011111000010011111100011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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