#9999FE

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

Shades of Portage #9999FE

Tints of Portage #9999FE

Color information

#9999FE (or 0x9999FE) is unknown color: approx Portage. HEX triplet: 99, 99 and FE. RGB value is (153,153,254). Sum of RGB (Red+Green+Blue) = 153+153+254=560 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.32% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #9999FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9999FE is #666601. Grayscale: #A4A4A4. Windows color (decimal): -6710786 or 16685465. OLE color: 16685465.

HSL color Cylindrical-coordinate representation of color #9999FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9999FE is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB153153254-
CMYK0.400.4000.00
HSL240º98.06%79.8%-
HSV(B)240º39.76%99.61%-
XYZ42.4236.7198.62-
YUV164.51178.5119.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.32%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=27.32%
G=27.32%
B=45.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1531532540.400.4000.0024098.0679.8
Hex9999FE282800f06250
Octal231231376505000360142120
Binary100110011001100111111110101000101000001111000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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