#88A0EA

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

Shades of Portage #88A0EA

Tints of Portage #88A0EA

Color information

#88A0EA (or 0x88A0EA) is unknown color: approx Portage. HEX triplet: 88, A0 and EA. RGB value is (136,160,234). Sum of RGB (Red+Green+Blue) = 136+160+234=530 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.66% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #88A0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0EA is #775F15. Grayscale: #A0A0A0. Windows color (decimal): -7823126 or 15376520. OLE color: 15376520.

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

Color convert

RGB136160234-
CMYK0.420.3200.08
HSL225.31º70%72.55%-
HSV(B)225.31º41.88%91.76%-
XYZ37.5836.3282.87-
YUV161.26169.05109.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.66%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=25.66%
G=30.19%
B=44.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361602340.420.3200.08225.317072.55
Hex88A0EA2A2008e14649
Octal2102403525240010341106111
Binary100010001010000011101010101010100000010001110000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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