#9F9FCE

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

Shades of Wistful #9F9FCE

Tints of Wistful #9F9FCE

Color information

#9F9FCE (or 0x9F9FCE) is unknown color: approx Wistful. HEX triplet: 9F, 9F and CE. RGB value is (159,159,206). Sum of RGB (Red+Green+Blue) = 159+159+206=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCE is #606031. Grayscale: #A4A4A4. Windows color (decimal): -6316082 or 13541279. OLE color: 13541279.

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

Color convert

RGB159159206-
CMYK0.230.2300.19
HSL240º32.41%71.57%-
HSV(B)240º22.82%80.78%-
XYZ37.8436.6263.47-
YUV164.36151.5124.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=30.34%
G=30.34%
B=39.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591592060.230.2300.1924032.4171.57
Hex9F9FCE1717013f02048
Octal237237316272702336040110
Binary1001111110011111110011101011110111010011111100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,206); }

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

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

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

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

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

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

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