#8A9AEB

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

Shades of Portage #8A9AEB

Tints of Portage #8A9AEB

Color information

#8A9AEB (or 0x8A9AEB) is unknown color: approx Portage. HEX triplet: 8A, 9A and EB. RGB value is (138,154,235). Sum of RGB (Red+Green+Blue) = 138+154+235=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9AEB is #756514. Grayscale: #9E9E9E. Windows color (decimal): -7693589 or 15440522. OLE color: 15440522.

HSL color Cylindrical-coordinate representation of color #8A9AEB: hue angle of 230.1º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A9AEB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138154235-
CMYK0.410.3400.08
HSL230.1º70.8%73.14%-
HSV(B)230.1º41.28%92.16%-
XYZ37.0334.5183.31-
YUV158.45171.2113.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.19%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=26.19%
G=29.22%
B=44.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381542350.410.3400.08230.170.873.14
Hex8A9AEB292208e64749
Octal2122323535142010346107111
Binary100010101001101011101011101001100010010001110011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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