#8AA0D5

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

Shades of Portage #8AA0D5

Tints of Portage #8AA0D5

Color information

#8AA0D5 (or 0x8AA0D5) is unknown color: approx Portage. HEX triplet: 8A, A0 and D5. RGB value is (138,160,213). Sum of RGB (Red+Green+Blue) = 138+160+213=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #8AA0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA0D5 is #755F2A. Grayscale: #9F9F9F. Windows color (decimal): -7692075 or 14000266. OLE color: 14000266.

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

Color convert

RGB138160213-
CMYK0.350.2500.16
HSL222.4º47.17%68.82%-
HSV(B)222.4º35.21%83.53%-
XYZ35.0635.3567.93-
YUV159.46158.21112.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.01%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=27.01%
G=31.31%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1381602130.350.2500.16222.447.1768.82
Hex8AA0D52319010de2f45
Octal212240325433102033657105
Binary10001010101000001101010110001111001010000110111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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