#9F99DE

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

Shades of Wistful #9F99DE

Tints of Wistful #9F99DE

Color information

#9F99DE (or 0x9F99DE) is unknown color: approx Wistful. HEX triplet: 9F, 99 and DE. RGB value is (159,153,222). Sum of RGB (Red+Green+Blue) = 159+153+222=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99DE is #606621. Grayscale: #A2A2A2. Windows color (decimal): -6317602 or 14588319. OLE color: 14588319.

HSL color Cylindrical-coordinate representation of color #9F99DE: hue angle of 245.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F99DE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159153222-
CMYK0.280.3100.13
HSL245.22º51.11%73.53%-
HSV(B)245.22º31.08%87.06%-
XYZ38.8735.4373.9-
YUV162.66161.49125.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.78%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=29.78%
G=28.65%
B=41.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591532220.280.3100.13245.2251.1173.53
Hex9F99DE1C1F0Df5334a
Octal237231336343701536563112
Binary100111111001100111011110111001111101101111101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,153,222); }

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

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

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

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

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

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

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