#8AA3DC

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

Shades of Portage #8AA3DC

Tints of Portage #8AA3DC

Color information

#8AA3DC (or 0x8AA3DC) is unknown color: approx Portage. HEX triplet: 8A, A3 and DC. RGB value is (138,163,220). Sum of RGB (Red+Green+Blue) = 138+163+220=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AA3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA3DC is #755C23. Grayscale: #A1A1A1. Windows color (decimal): -7691300 or 14459786. OLE color: 14459786.

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

Color convert

RGB138163220-
CMYK0.370.2600.14
HSL221.71º53.95%70.2%-
HSV(B)221.71º37.27%86.27%-
XYZ36.536.7672.88-
YUV162.02160.72110.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=26.49%
G=31.29%
B=42.23%

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
Decimal1381632200.370.2600.14221.7153.9570.2
Hex8AA3DC251A0Ede3646
Octal212243334453201633666106
Binary1000101010100011110111001001011101001110110111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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