#88A3EE

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

Shades of Portage #88A3EE

Tints of Portage #88A3EE

Color information

#88A3EE (or 0x88A3EE) is unknown color: approx Portage. HEX triplet: 88, A3 and EE. RGB value is (136,163,238). Sum of RGB (Red+Green+Blue) = 136+163+238=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #88A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A3EE is #775C11. Grayscale: #A3A3A3. Windows color (decimal): -7822354 or 15639432. OLE color: 15639432.

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

Color convert

RGB136163238-
CMYK0.430.3200.07
HSL224.12º75%73.33%-
HSV(B)224.12º42.86%93.33%-
XYZ38.6837.686.11-
YUV163.48170.05108.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 25.33%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=25.33%
G=30.35%
B=44.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361632380.430.3200.07224.127573.33
Hex88A3EE2B2007e04b49
Octal210243356534007340113111
Binary10001000101000111110111010101110000001111110000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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