#8A9AEE

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

Shades of Portage #8A9AEE

Tints of Portage #8A9AEE

Color information

#8A9AEE (or 0x8A9AEE) is unknown color: approx Portage. HEX triplet: 8A, 9A and EE. RGB value is (138,154,238). Sum of RGB (Red+Green+Blue) = 138+154+238=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9AEE is #756511. Grayscale: #9E9E9E. Windows color (decimal): -7693586 or 15637130. OLE color: 15637130.

HSL color Cylindrical-coordinate representation of color #8A9AEE: hue angle of 230.4º degrees, saturation: 0.75, 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 #8A9AEE is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138154238-
CMYK0.420.3500.07
HSL230.4º74.63%73.73%-
HSV(B)230.4º42.02%93.33%-
XYZ37.4734.6985.61-
YUV158.79172.7113.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 238 (93.36% from 255) = 44.91%
R=26.04%
G=29.06%
B=44.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381542380.420.3500.07230.474.6373.73
Hex8A9AEE2A2307e64b4a
Octal212232356524307346113112
Binary10001010100110101110111010101010001101111110011010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,154,238); }

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

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

 a { background-color: rgb(138,154,238); }

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

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

 span { border-color: rgb(138,154,238); }

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