#888ECD

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

Shades of Portage #888ECD

Tints of Portage #888ECD

Color information

#888ECD (or 0x888ECD) is unknown color: approx Portage. HEX triplet: 88, 8E and CD. RGB value is (136,142,205). Sum of RGB (Red+Green+Blue) = 136+142+205=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #888ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888ECD is #777132. Grayscale: #939393. Windows color (decimal): -7827763 or 13471368. OLE color: 13471368.

HSL color Cylindrical-coordinate representation of color #888ECD: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888ECD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136142205-
CMYK0.340.3100.20
HSL234.78º40.83%66.86%-
HSV(B)234.78º33.66%80.39%-
XYZ30.8528.9961.73-
YUV147.39160.51119.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=28.16%
G=29.40%
B=42.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361422050.340.3100.20234.7840.8366.86
Hex888ECD221F014eb2943
Octal210216315423702435351103
Binary10001000100011101100110110001011111010100111010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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