#8AA0ED

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

Shades of Portage #8AA0ED

Tints of Portage #8AA0ED

Color information

#8AA0ED (or 0x8AA0ED) is unknown color: approx Portage. HEX triplet: 8A, A0 and ED. RGB value is (138,160,237). Sum of RGB (Red+Green+Blue) = 138+160+237=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AA0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA0ED is #755F12. Grayscale: #A1A1A1. Windows color (decimal): -7692051 or 15573130. OLE color: 15573130.

HSL color Cylindrical-coordinate representation of color #8AA0ED: hue angle of 226.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA0ED is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138160237-
CMYK0.420.3200.07
HSL226.67º73.33%73.53%-
HSV(B)226.67º41.77%92.94%-
XYZ38.3436.6685.18-
YUV162.2170.21110.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 160 (62.89% from 255) = 29.91%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=25.79%
G=29.91%
B=44.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381602370.420.3200.07226.6773.3373.53
Hex8AA0ED2A2007e3494a
Octal212240355524007343111112
Binary10001010101000001110110110101010000001111110001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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