#878EDA

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

Shades of Portage #878EDA

Tints of Portage #878EDA

Color information

#878EDA (or 0x878EDA) is unknown color: approx Portage. HEX triplet: 87, 8E and DA. RGB value is (135,142,218). Sum of RGB (Red+Green+Blue) = 135+142+218=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #878EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EDA is #787125. Grayscale: #949494. Windows color (decimal): -7893286 or 14323335. OLE color: 14323335.

HSL color Cylindrical-coordinate representation of color #878EDA: hue angle of 234.94º 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 #878EDA is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135142218-
CMYK0.380.3500.15
HSL234.94º52.87%69.22%-
HSV(B)234.94º38.07%85.49%-
XYZ32.3229.5670.33-
YUV148.57167.18118.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=27.27%
G=28.69%
B=44.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351422180.380.3500.15234.9452.8769.22
Hex878EDA26230Feb3545
Octal207216332464301735365105
Binary10000111100011101101101010011010001101111111010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878EDA; }

 p { color: rgb(135,142,218); }

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

<style>
 a { background-color: #878EDA; }

 a { background-color: rgb(135,142,218); }

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

<style>
 span { border-color: #878EDA; }

 span { border-color: rgb(135,142,218); }

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