#8895EA

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

Shades of Portage #8895EA

Tints of Portage #8895EA

Color information

#8895EA (or 0x8895EA) is unknown color: approx Portage. HEX triplet: 88, 95 and EA. RGB value is (136,149,234). Sum of RGB (Red+Green+Blue) = 136+149+234=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #8895EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895EA is #776A15. Grayscale: #9A9A9A. Windows color (decimal): -7825942 or 15373704. OLE color: 15373704.

HSL color Cylindrical-coordinate representation of color #8895EA: hue angle of 232.04º 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 #8895EA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136149234-
CMYK0.420.3600.08
HSL232.04º70%72.55%-
HSV(B)232.04º41.88%91.76%-
XYZ35.7532.6782.26-
YUV154.8172.69114.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.20%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=26.20%
G=28.71%
B=45.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361492340.420.3600.08232.047072.55
Hex8895EA2A2408e84649
Octal2102253525244010350106111
Binary100010001001010111101010101010100100010001110100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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