#888ED1

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

Shades of Portage #888ED1

Tints of Portage #888ED1

Color information

#888ED1 (or 0x888ED1) is unknown color: approx Portage. HEX triplet: 88, 8E and D1. RGB value is (136,142,209). Sum of RGB (Red+Green+Blue) = 136+142+209=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #888ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ED1 is #77712E. Grayscale: #939393. Windows color (decimal): -7827759 or 13733512. OLE color: 13733512.

HSL color Cylindrical-coordinate representation of color #888ED1: hue angle of 235.07º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #888ED1 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136142209-
CMYK0.350.3200.18
HSL235.07º44.24%67.65%-
HSV(B)235.07º34.93%81.96%-
XYZ31.3329.1864.3-
YUV147.84162.51119.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=27.93%
G=29.16%
B=42.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361422090.350.3200.18235.0744.2467.65
Hex888ED12320012eb2c44
Octal210216321434002235354104
Binary100010001000111011010001100011100000010010111010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,142,209); }

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

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

 a { background-color: rgb(136,142,209); }

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

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

 span { border-color: rgb(136,142,209); }

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