#8AA4FB

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

Shades of Portage #8AA4FB

Tints of Portage #8AA4FB

Color information

#8AA4FB (or 0x8AA4FB) is unknown color: approx Portage. HEX triplet: 8A, A4 and FB. RGB value is (138,164,251). Sum of RGB (Red+Green+Blue) = 138+164+251=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 164 (64.45% from 255 or 29.66% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AA4FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA4FB is #755B04. Grayscale: #A5A5A5. Windows color (decimal): -7691013 or 16491658. OLE color: 16491658.

HSL color Cylindrical-coordinate representation of color #8AA4FB: hue angle of 226.19º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA4FB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138164251-
CMYK0.450.3500.02
HSL226.19º93.39%76.27%-
HSV(B)226.19º45.02%98.43%-
XYZ41.1738.9296.61-
YUV166.14175.89107.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 164 (64.45% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 45.39%
R=24.95%
G=29.66%
B=45.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381642510.450.3500.02226.1993.3976.27
Hex8AA4FB2D2302e25d4c
Octal212244373554302342135114
Binary1000101010100100111110111011011000110101110001010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,251); }

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

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

 a { background-color: rgb(138,164,251); }

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

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

 span { border-color: rgb(138,164,251); }

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