#8AA1FC

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

Shades of Portage #8AA1FC

Tints of Portage #8AA1FC

Color information

#8AA1FC (or 0x8AA1FC) is unknown color: approx Portage. HEX triplet: 8A, A1 and FC. RGB value is (138,161,252). Sum of RGB (Red+Green+Blue) = 138+161+252=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AA1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA1FC is #755E03. Grayscale: #A4A4A4. Windows color (decimal): -7691780 or 16556426. OLE color: 16556426.

HSL color Cylindrical-coordinate representation of color #8AA1FC: hue angle of 227.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA1FC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB138161252-
CMYK0.450.3600.01
HSL227.89º95%76.47%-
HSV(B)227.89º45.24%98.82%-
XYZ40.837.9297.26-
YUV164.5177.38109.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.05%
GREEN value IS 161 (63.28% from 255) = 29.22%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=25.05%
G=29.22%
B=45.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381612520.450.3600.01227.899576.47
Hex8AA1FC2D2401e45f4c
Octal212241374554401344137114
Binary100010101010000111111100101101100100011110010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA1FC; }

 p { color: rgb(138,161,252); }

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

<style>
 a { background-color: #8AA1FC; }

 a { background-color: rgb(138,161,252); }

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

<style>
 span { border-color: #8AA1FC; }

 span { border-color: rgb(138,161,252); }

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