#8A9FE0

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

Shades of Portage #8A9FE0

Tints of Portage #8A9FE0

Color information

#8A9FE0 (or 0x8A9FE0) is unknown color: approx Portage. HEX triplet: 8A, 9F and E0. RGB value is (138,159,224). Sum of RGB (Red+Green+Blue) = 138+159+224=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A9FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FE0 is #75601F. Grayscale: #9F9F9F. Windows color (decimal): -7692320 or 14720906. OLE color: 14720906.

HSL color Cylindrical-coordinate representation of color #8A9FE0: hue angle of 225.35º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A9FE0 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB138159224-
CMYK0.380.2900.12
HSL225.35º58.11%70.98%-
HSV(B)225.35º38.39%87.84%-
XYZ36.3335.5875.47-
YUV160.13164.04112.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=26.49%
G=30.52%
B=42.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381592240.380.2900.12225.3558.1170.98
Hex8A9FE0261D0Ce13a47
Octal212237340463501434172107
Binary1000101010011111111000001001101110101100111000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,159,224); }

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

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

 a { background-color: rgb(138,159,224); }

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

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

 span { border-color: rgb(138,159,224); }

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