#8895EE

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

Shades of Portage #8895EE

Tints of Portage #8895EE

Color information

#8895EE (or 0x8895EE) is unknown color: approx Portage. HEX triplet: 88, 95 and EE. RGB value is (136,149,238). Sum of RGB (Red+Green+Blue) = 136+149+238=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #8895EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8895EE is #776A11. Grayscale: #9A9A9A. Windows color (decimal): -7825938 or 15635848. OLE color: 15635848.

HSL color Cylindrical-coordinate representation of color #8895EE: hue angle of 232.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8895EE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136149238-
CMYK0.430.3700.07
HSL232.35º75%73.33%-
HSV(B)232.35º42.86%93.33%-
XYZ36.3332.985.32-
YUV155.26174.69114.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.00%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 238 (93.36% from 255) = 45.51%
R=26.00%
G=28.49%
B=45.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361492380.430.3700.07232.357573.33
Hex8895EE2B2507e84b49
Octal210225356534507350113111
Binary10001000100101011110111010101110010101111110100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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