#8C88EB

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

Shades of Portage #8C88EB

Tints of Portage #8C88EB

Color information

#8C88EB (or 0x8C88EB) is unknown color: approx Portage. HEX triplet: 8C, 88 and EB. RGB value is (140,136,235). Sum of RGB (Red+Green+Blue) = 140+136+235=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C88EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C88EB is #737714. Grayscale: #949494. Windows color (decimal): -7567125 or 15435916. OLE color: 15435916.

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

Color convert

RGB140136235-
CMYK0.400.4200.08
HSL242.42º71.22%72.75%-
HSV(B)242.42º42.13%92.16%-
XYZ34.6129.1882.41-
YUV148.48176.83121.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.40%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=27.40%
G=26.61%
B=45.99%

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
Decimal1401362350.400.4200.08242.4271.2272.75
Hex8C88EB282A08f24749
Octal2142103535052010362107111
Binary100011001000100011101011101000101010010001111001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C88EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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