#8896EE

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

Shades of Portage #8896EE

Tints of Portage #8896EE

Color information

#8896EE (or 0x8896EE) is unknown color: approx Portage. HEX triplet: 88, 96 and EE. RGB value is (136,150,238). Sum of RGB (Red+Green+Blue) = 136+150+238=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #8896EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8896EE is #776911. Grayscale: #9B9B9B. Windows color (decimal): -7825682 or 15636104. OLE color: 15636104.

HSL color Cylindrical-coordinate representation of color #8896EE: hue angle of 231.76º 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 #8896EE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136150238-
CMYK0.430.3700.07
HSL231.76º75%73.33%-
HSV(B)231.76º42.86%93.33%-
XYZ36.4933.2285.38-
YUV155.85174.36113.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.95%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=25.95%
G=28.63%
B=45.42%

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
Decimal1361502380.430.3700.07231.767573.33
Hex8896EE2B2507e84b49
Octal210226356534507350113111
Binary10001000100101101110111010101110010101111110100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8896EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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