#8AA0D7

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

Shades of Portage #8AA0D7

Tints of Portage #8AA0D7

Color information

#8AA0D7 (or 0x8AA0D7) is unknown color: approx Portage. HEX triplet: 8A, A0 and D7. RGB value is (138,160,215). Sum of RGB (Red+Green+Blue) = 138+160+215=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #8AA0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0D7 is #755F28. Grayscale: #9F9F9F. Windows color (decimal): -7692073 or 14131338. OLE color: 14131338.

HSL color Cylindrical-coordinate representation of color #8AA0D7: hue angle of 222.86º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AA0D7 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB138160215-
CMYK0.360.2600.16
HSL222.86º49.04%69.22%-
HSV(B)222.86º35.81%84.31%-
XYZ35.3235.4569.27-
YUV159.69159.21112.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.90%
GREEN value IS 160 (62.89% from 255) = 31.19%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=26.90%
G=31.19%
B=41.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381602150.360.2600.16222.8649.0469.22
Hex8AA0D7241A010df3145
Octal212240327443202033761105
Binary10001010101000001101011110010011010010000110111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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