#9999F9

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

Shades of Portage #9999F9

Tints of Portage #9999F9

Color information

#9999F9 (or 0x9999F9) is unknown color: approx Portage. HEX triplet: 99, 99 and F9. RGB value is (153,153,249). Sum of RGB (Red+Green+Blue) = 153+153+249=555 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.57% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #9999F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999F9 is #666606. Grayscale: #A3A3A3. Windows color (decimal): -6710791 or 16357785. OLE color: 16357785.

HSL color Cylindrical-coordinate representation of color #9999F9: hue angle of 240º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9999F9 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153153249-
CMYK0.390.3900.02
HSL240º88.89%78.82%-
HSV(B)240º38.55%97.65%-
XYZ41.6336.3994.45-
YUV163.94176120.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.57%
GREEN value IS 153 (60.16% from 255) = 27.57%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=27.57%
G=27.57%
B=44.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531532490.390.3900.0224088.8978.82
Hex9999F9272702f0594f
Octal231231371474702360131117
Binary1001100110011001111110011001111001110101111000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9999F9; }

 p { color: rgb(153,153,249); }

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

<style>
 a { background-color: #9999F9; }

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

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

<style>
 span { border-color: #9999F9; }

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

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