#888CDF

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

Shades of Portage #888CDF

Tints of Portage #888CDF

Color information

#888CDF (or 0x888CDF) is unknown color: approx Portage. HEX triplet: 88, 8C and DF. RGB value is (136,140,223). Sum of RGB (Red+Green+Blue) = 136+140+223=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #888CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDF is #777320. Grayscale: #939393. Windows color (decimal): -7828257 or 14650504. OLE color: 14650504.

HSL color Cylindrical-coordinate representation of color #888CDF: hue angle of 237.24º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888CDF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136140223-
CMYK0.390.3700.13
HSL237.24º57.62%70.39%-
HSV(B)237.24º39.01%87.45%-
XYZ32.8529.3273.74-
YUV148.27170.17119.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.25%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=27.25%
G=28.06%
B=44.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361402230.390.3700.13237.2457.6270.39
Hex888CDF27250Ded3a46
Octal210214337474501535572106
Binary10001000100011001101111110011110010101101111011011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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