#888AEA

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

Shades of Portage #888AEA

Tints of Portage #888AEA

Color information

#888AEA (or 0x888AEA) is unknown color: approx Portage. HEX triplet: 88, 8A and EA. RGB value is (136,138,234). Sum of RGB (Red+Green+Blue) = 136+138+234=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #888AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AEA is #777515. Grayscale: #939393. Windows color (decimal): -7828758 or 15370888. OLE color: 15370888.

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

Color convert

RGB136138234-
CMYK0.420.4100.08
HSL238.78º70%72.55%-
HSV(B)238.78º41.88%91.76%-
XYZ34.0929.3581.71-
YUV148.35176.34119.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=26.77%
G=27.17%
B=46.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361382340.420.4100.08238.787072.55
Hex888AEA2A2908ef4649
Octal2102123525251010357106111
Binary100010001000101011101010101010101001010001110111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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