#8A99EA

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

Shades of Portage #8A99EA

Tints of Portage #8A99EA

Color information

#8A99EA (or 0x8A99EA) is unknown color: approx Portage. HEX triplet: 8A, 99 and EA. RGB value is (138,153,234). Sum of RGB (Red+Green+Blue) = 138+153+234=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A99EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A99EA is #756615. Grayscale: #9D9D9D. Windows color (decimal): -7693846 or 15374730. OLE color: 15374730.

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

Color convert

RGB138153234-
CMYK0.410.3500.08
HSL230.62º69.57%72.94%-
HSV(B)230.62º41.03%91.76%-
XYZ36.7234.1382.49-
YUV157.75171.03113.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.29%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=26.29%
G=29.14%
B=44.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1381532340.410.3500.08230.6269.5772.94
Hex8A99EA292308e74649
Octal2122313525143010347106111
Binary100010101001100111101010101001100011010001110011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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