#9F98CE

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

Shades of Wistful #9F98CE

Tints of Wistful #9F98CE

Color information

#9F98CE (or 0x9F98CE) is unknown color: approx Wistful. HEX triplet: 9F, 98 and CE. RGB value is (159,152,206). Sum of RGB (Red+Green+Blue) = 159+152+206=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F98CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98CE is #606731. Grayscale: #A0A0A0. Windows color (decimal): -6317874 or 13539487. OLE color: 13539487.

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

Color convert

RGB159152206-
CMYK0.230.2600.19
HSL247.78º35.53%70.2%-
HSV(B)247.78º26.21%80.78%-
XYZ36.6734.2863.08-
YUV160.25153.82127.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=30.75%
G=29.40%
B=39.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591522060.230.2600.19247.7835.5370.2
Hex9F98CE171A013f82446
Octal237230316273202337044106
Binary1001111110011000110011101011111010010011111110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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