#8894EA

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

Shades of Portage #8894EA

Tints of Portage #8894EA

Color information

#8894EA (or 0x8894EA) is unknown color: approx Portage. HEX triplet: 88, 94 and EA. RGB value is (136,148,234). Sum of RGB (Red+Green+Blue) = 136+148+234=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #8894EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8894EA is #776B15. Grayscale: #999999. Windows color (decimal): -7826198 or 15373448. OLE color: 15373448.

HSL color Cylindrical-coordinate representation of color #8894EA: hue angle of 232.65º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8894EA is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136148234-
CMYK0.420.3700.08
HSL232.65º70%72.55%-
HSV(B)232.65º41.88%91.76%-
XYZ35.5932.3582.21-
YUV154.22173.02115.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=26.25%
G=28.57%
B=45.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361482340.420.3700.08232.657072.55
Hex8894EA2A2508e94649
Octal2102243525245010351106111
Binary100010001001010011101010101010100101010001110100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8894EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8894EA; }

 p { color: rgb(136,148,234); }

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

<style>
 a { background-color: #8894EA; }

 a { background-color: rgb(136,148,234); }

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

<style>
 span { border-color: #8894EA; }

 span { border-color: rgb(136,148,234); }

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