#88A0EB

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

Shades of Portage #88A0EB

Tints of Portage #88A0EB

Color information

#88A0EB (or 0x88A0EB) is unknown color: approx Portage. HEX triplet: 88, A0 and EB. RGB value is (136,160,235). Sum of RGB (Red+Green+Blue) = 136+160+235=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #88A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A0EB is #775F14. Grayscale: #A1A1A1. Windows color (decimal): -7823125 or 15442056. OLE color: 15442056.

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

Color convert

RGB136160235-
CMYK0.420.3200.08
HSL225.45º71.22%72.75%-
HSV(B)225.45º42.13%92.16%-
XYZ37.7236.3783.63-
YUV161.37169.55109.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.61%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=25.61%
G=30.13%
B=44.26%

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
Decimal1361602350.420.3200.08225.4571.2272.75
Hex88A0EB2A2008e14749
Octal2102403535240010341107111
Binary100010001010000011101011101010100000010001110000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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