#888CEA

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

Shades of Portage #888CEA

Tints of Portage #888CEA

Color information

#888CEA (or 0x888CEA) is unknown color: approx Portage. HEX triplet: 88, 8C and EA. RGB value is (136,140,234). Sum of RGB (Red+Green+Blue) = 136+140+234=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 140 (55.08% from 255 or 27.45% 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 #888CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CEA is #777315. Grayscale: #959595. Windows color (decimal): -7828246 or 15371400. OLE color: 15371400.

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

Color convert

RGB136140234-
CMYK0.420.4000.08
HSL237.55º70%72.55%-
HSV(B)237.55º41.88%91.76%-
XYZ34.3829.9381.81-
YUV149.52175.67118.36-

RGB Variations

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

RGB

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

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
Decimal1361402340.420.4000.08237.557072.55
Hex888CEA2A2808ee4649
Octal2102143525250010356106111
Binary100010001000110011101010101010101000010001110111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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