#9F99EB

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

Shades of Wistful #9F99EB

Tints of Wistful #9F99EB

Color information

#9F99EB (or 0x9F99EB) is unknown color: approx Wistful. HEX triplet: 9F, 99 and EB. RGB value is (159,153,235). Sum of RGB (Red+Green+Blue) = 159+153+235=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F99EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F99EB is #606614. Grayscale: #A3A3A3. Windows color (decimal): -6317589 or 15440287. OLE color: 15440287.

HSL color Cylindrical-coordinate representation of color #9F99EB: hue angle of 244.39º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F99EB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159153235-
CMYK0.320.3500.08
HSL244.39º67.21%76.08%-
HSV(B)244.39º34.89%92.16%-
XYZ40.6836.1583.43-
YUV164.14167.99124.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=29.07%
G=27.97%
B=42.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591532350.320.3500.08244.3967.2176.08
Hex9F99EB202308f4434c
Octal2372313534043010364103114
Binary100111111001100111101011100000100011010001111010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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