#9999FF

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

Shades of Portage #9999FF

Tints of Portage #9999FF

Color information

#9999FF (or 0x9999FF) is unknown color: approx Portage. HEX triplet: 99, 99 and FF. RGB value is (153,153,255). Sum of RGB (Red+Green+Blue) = 153+153+255=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #9999FF is a web safe color. Inversed color of #9999FF is #666600. Grayscale: #A4A4A4. Windows color (decimal): -6710785 or 16751001. OLE color: 16751001.

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

Color convert

RGB153153255-
CMYK0.40.400
HSL240º100%80%-
HSV(B)240º40%100%-
XYZ42.5836.7799.46-
YUV164.63179119.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.27%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 255 (100% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531532550.40.40024010080
Hex9999FF282800f06450
Octal231231377505000360144120
Binary100110011001100111111111101000101000001111000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9999FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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