#888CDA

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

Shades of Portage #888CDA

Tints of Portage #888CDA

Color information

#888CDA (or 0x888CDA) is unknown color: approx Portage. HEX triplet: 88, 8C and DA. RGB value is (136,140,218). Sum of RGB (Red+Green+Blue) = 136+140+218=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #888CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CDA is #777325. Grayscale: #939393. Windows color (decimal): -7828262 or 14322824. OLE color: 14322824.

HSL color Cylindrical-coordinate representation of color #888CDA: hue angle of 237.07º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #888CDA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB136140218-
CMYK0.380.3600.15
HSL237.07º52.56%69.41%-
HSV(B)237.07º37.61%85.49%-
XYZ32.1929.0570.24-
YUV147.7167.67119.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.53%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=27.53%
G=28.34%
B=44.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1361402180.380.3600.15237.0752.5669.41
Hex888CDA26240Fed3545
Octal210214332464401735565105
Binary10001000100011001101101010011010010001111111011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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