#9F99CC

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

Shades of Wistful #9F99CC

Tints of Wistful #9F99CC

Color information

#9F99CC (or 0x9F99CC) is unknown color: approx Wistful. HEX triplet: 9F, 99 and CC. RGB value is (159,153,204). Sum of RGB (Red+Green+Blue) = 159+153+204=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99CC is #606633. Grayscale: #A0A0A0. Windows color (decimal): -6317620 or 13408671. OLE color: 13408671.

HSL color Cylindrical-coordinate representation of color #9F99CC: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F99CC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB159153204-
CMYK0.220.2500.2
HSL247.06º33.33%70%-
HSV(B)247.06º25%80%-
XYZ36.5934.5161.86-
YUV160.61152.49126.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.81%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=30.81%
G=29.65%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1591532040.220.2500.2247.0633.3370
Hex9F99CC1619014f72146
Octal237231314263102436741106
Binary1001111110011001110011001011011001010100111101111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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