#8890EE

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

Shades of Portage #8890EE

Tints of Portage #8890EE

Color information

#8890EE (or 0x8890EE) is unknown color: approx Portage. HEX triplet: 88, 90 and EE. RGB value is (136,144,238). Sum of RGB (Red+Green+Blue) = 136+144+238=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #8890EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890EE is #776F11. Grayscale: #979797. Windows color (decimal): -7827218 or 15634568. OLE color: 15634568.

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

Color convert

RGB136144238-
CMYK0.430.3900.07
HSL235.29º75%73.33%-
HSV(B)235.29º42.86%93.33%-
XYZ35.5631.3585.07-
YUV152.32176.35116.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=26.25%
G=27.80%
B=45.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361442380.430.3900.07235.297573.33
Hex8890EE2B2707eb4b49
Octal210220356534707353113111
Binary10001000100100001110111010101110011101111110101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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