#8AA4DC

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

Shades of Portage #8AA4DC

Tints of Portage #8AA4DC

Color information

#8AA4DC (or 0x8AA4DC) is unknown color: approx Portage. HEX triplet: 8A, A4 and DC. RGB value is (138,164,220). Sum of RGB (Red+Green+Blue) = 138+164+220=522 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.44% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4DC is #755B23. Grayscale: #A2A2A2. Windows color (decimal): -7691044 or 14460042. OLE color: 14460042.

HSL color Cylindrical-coordinate representation of color #8AA4DC: hue angle of 220.98º 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 #8AA4DC is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB138164220-
CMYK0.370.2500.14
HSL220.98º53.95%70.2%-
HSV(B)220.98º37.27%86.27%-
XYZ36.6737.1272.94-
YUV162.61160.39110.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.44%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=26.44%
G=31.42%
B=42.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1381642200.370.2500.14220.9853.9570.2
Hex8AA4DC25190Edd3646
Octal212244334453101633566106
Binary1000101010100100110111001001011100101110110111011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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