#999AF0

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

Shades of Portage #999AF0

Tints of Portage #999AF0

Color information

#999AF0 (or 0x999AF0) is unknown color: approx Portage. HEX triplet: 99, 9A and F0. RGB value is (153,154,240). Sum of RGB (Red+Green+Blue) = 153+154+240=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #999AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999AF0 is #66650F. Grayscale: #A3A3A3. Windows color (decimal): -6710544 or 15768217. OLE color: 15768217.

HSL color Cylindrical-coordinate representation of color #999AF0: hue angle of 239.31º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999AF0 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153154240-
CMYK0.360.3600.06
HSL239.31º74.36%77.06%-
HSV(B)239.31º36.25%94.12%-
XYZ40.4236.1787.29-
YUV163.5171.17120.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.97%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=27.97%
G=28.15%
B=43.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531542400.360.3600.06239.3174.3677.06
Hex999AF0242406ef4a4d
Octal231232360444406357112115
Binary10011001100110101111000010010010010001101110111110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AF0; }

 p { color: rgb(153,154,240); }

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

<style>
 a { background-color: #999AF0; }

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

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

<style>
 span { border-color: #999AF0; }

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

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