#8890ED

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

Shades of Portage #8890ED

Tints of Portage #8890ED

Color information

#8890ED (or 0x8890ED) is unknown color: approx Portage. HEX triplet: 88, 90 and ED. RGB value is (136,144,237). Sum of RGB (Red+Green+Blue) = 136+144+237=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8890ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8890ED is #776F12. Grayscale: #979797. Windows color (decimal): -7827219 or 15569032. OLE color: 15569032.

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

Color convert

RGB136144237-
CMYK0.430.3900.07
HSL235.25º73.72%73.14%-
HSV(B)235.25º42.62%92.94%-
XYZ35.4131.384.29-
YUV152.21175.85116.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=26.31%
G=27.85%
B=45.84%

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
Decimal1361442370.430.3900.07235.2573.7273.14
Hex8890ED2B2707eb4a49
Octal210220355534707353112111
Binary10001000100100001110110110101110011101111110101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8890ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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