#8aa2dc

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

Shades of Portage #8AA2DC

Tints of Portage #8AA2DC

Color information

#8AA2DC (or 0x8AA2DC) is unknown color: approx Portage. HEX triplet: 8A, A2 and DC. RGB value is (138,162,220). Sum of RGB (Red+Green+Blue) = 138+162+220=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA2DC is #755D23. Grayscale: #A1A1A1. Windows color (decimal): -7691556 or 14459530. OLE color: 14459530.

HSL color Cylindrical-coordinate representation of color #8AA2DC: hue angle of 222.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA2DC is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138162220-
CMYK0.370.2600.14
HSL222.44º53.95%70.2%-
HSV(B)222.44º37.27%86.27%-
XYZ36.3236.4172.82-
YUV161.44161.05111.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=26.54%
G=31.15%
B=42.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381622200.370.2600.14222.4453.9570.2
Hex8AA2DC251A0Ede3646
Octal212242334453201633666106
Binary1000101010100010110111001001011101001110110111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8aa2dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,220); }

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

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

 a { background-color: rgb(138,162,220); }

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

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

 span { border-color: rgb(138,162,220); }

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