#888CEB

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

Shades of Portage #888CEB

Tints of Portage #888CEB

Color information

#888CEB (or 0x888CEB) is unknown color: approx Portage. HEX triplet: 88, 8C and EB. RGB value is (136,140,235). Sum of RGB (Red+Green+Blue) = 136+140+235=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 140 (55.08% from 255 or 27.40% 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 #888CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEB is #777314. Grayscale: #959595. Windows color (decimal): -7828245 or 15436936. OLE color: 15436936.

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

Color convert

RGB136140235-
CMYK0.420.4000.08
HSL237.58º71.22%72.75%-
HSV(B)237.58º42.13%92.16%-
XYZ34.5329.9982.57-
YUV149.63176.17118.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361402350.420.4000.08237.5871.2272.75
Hex888CEB2A2808ee4749
Octal2102143535250010356107111
Binary100010001000110011101011101010101000010001110111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888CEB; }

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

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

<style>
 a { background-color: #888CEB; }

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

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

<style>
 span { border-color: #888CEB; }

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

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