#8A90EA

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

Shades of Portage #8A90EA

Tints of Portage #8A90EA

Color information

#8A90EA (or 0x8A90EA) is unknown color: approx Portage. HEX triplet: 8A, 90 and EA. RGB value is (138,144,234). Sum of RGB (Red+Green+Blue) = 138+144+234=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A90EA is #756F15. Grayscale: #989898. Windows color (decimal): -7696150 or 15372426. OLE color: 15372426.

HSL color Cylindrical-coordinate representation of color #8A90EA: hue angle of 236.25º degrees, saturation: 0.7, 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 #8A90EA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138144234-
CMYK0.410.3800.08
HSL236.25º69.57%72.94%-
HSV(B)236.25º41.03%91.76%-
XYZ35.3131.2982.02-
YUV152.47174.01117.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=26.74%
G=27.91%
B=45.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381442340.410.3800.08236.2569.5772.94
Hex8A90EA292608ec4649
Octal2122203525146010354106111
Binary100010101001000011101010101001100110010001110110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,144,234); }

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

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

 a { background-color: rgb(138,144,234); }

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

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

 span { border-color: rgb(138,144,234); }

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