#88A0EE

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

Shades of Portage #88A0EE

Tints of Portage #88A0EE

Color information

#88A0EE (or 0x88A0EE) is unknown color: approx Portage. HEX triplet: 88, A0 and EE. RGB value is (136,160,238). Sum of RGB (Red+Green+Blue) = 136+160+238=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #88A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0EE is #775F11. Grayscale: #A1A1A1. Windows color (decimal): -7823122 or 15638664. OLE color: 15638664.

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

Color convert

RGB136160238-
CMYK0.430.3300.07
HSL225.88º75%73.33%-
HSV(B)225.88º42.86%93.33%-
XYZ38.1636.5585.93-
YUV161.72171.05109.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.47%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=25.47%
G=29.96%
B=44.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361602380.430.3300.07225.887573.33
Hex88A0EE2B2107e24b49
Octal210240356534107342113111
Binary10001000101000001110111010101110000101111110001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A0EE; }

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

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

<style>
 a { background-color: #88A0EE; }

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

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

<style>
 span { border-color: #88A0EE; }

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

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