#9F99FC

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

Shades of Portage #9F99FC

Tints of Portage #9F99FC

Color information

#9F99FC (or 0x9F99FC) is unknown color: approx Portage. HEX triplet: 9F, 99 and FC. RGB value is (159,153,252). Sum of RGB (Red+Green+Blue) = 159+153+252=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F99FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F99FC is #606603. Grayscale: #A5A5A5. Windows color (decimal): -6317572 or 16554399. OLE color: 16554399.

HSL color Cylindrical-coordinate representation of color #9F99FC: hue angle of 243.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F99FC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159153252-
CMYK0.370.3900.01
HSL243.64º94.29%79.41%-
HSV(B)243.64º39.29%98.82%-
XYZ43.2637.1896.99-
YUV166.08176.49122.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=28.19%
G=27.13%
B=44.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591532520.370.3900.01243.6494.2979.41
Hex9F99FC252701f45e4f
Octal237231374454701364136117
Binary100111111001100111111100100101100111011111010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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