#8AA0DD

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

Shades of Portage #8AA0DD

Tints of Portage #8AA0DD

Color information

#8AA0DD (or 0x8AA0DD) is unknown color: approx Portage. HEX triplet: 8A, A0 and DD. RGB value is (138,160,221). Sum of RGB (Red+Green+Blue) = 138+160+221=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0DD is #755F22. Grayscale: #A0A0A0. Windows color (decimal): -7692067 or 14524554. OLE color: 14524554.

HSL color Cylindrical-coordinate representation of color #8AA0DD: hue angle of 224.1º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA0DD is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138160221-
CMYK0.380.2800.13
HSL224.1º54.97%70.39%-
HSV(B)224.1º37.56%86.67%-
XYZ36.135.7773.41-
YUV160.38162.21112.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.59%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=26.59%
G=30.83%
B=42.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381602210.380.2800.13224.154.9770.39
Hex8AA0DD261C0De03746
Octal212240335463401534067106
Binary1000101010100000110111011001101110001101111000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,160,221); }

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

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

 a { background-color: rgb(138,160,221); }

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

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

 span { border-color: rgb(138,160,221); }

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