#8C88EA

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

Shades of Portage #8C88EA

Tints of Portage #8C88EA

Color information

#8C88EA (or 0x8C88EA) is unknown color: approx Portage. HEX triplet: 8C, 88 and EA. RGB value is (140,136,234). Sum of RGB (Red+Green+Blue) = 140+136+234=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C88EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C88EA is #737715. Grayscale: #939393. Windows color (decimal): -7567126 or 15370380. OLE color: 15370380.

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

Color convert

RGB140136234-
CMYK0.400.4200.08
HSL242.45º70%72.55%-
HSV(B)242.45º41.88%91.76%-
XYZ34.4729.1281.65-
YUV148.37176.33122.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=27.45%
G=26.67%
B=45.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401362340.400.4200.08242.457072.55
Hex8C88EA282A08f24649
Octal2142103525052010362106111
Binary100011001000100011101010101000101010010001111001010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C88EA; }

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

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

<style>
 a { background-color: #8C88EA; }

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

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

<style>
 span { border-color: #8C88EA; }

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

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