#878FD4

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

Shades of Portage #878FD4

Tints of Portage #878FD4

Color information

#878FD4 (or 0x878FD4) is unknown color: approx Portage. HEX triplet: 87, 8F and D4. RGB value is (135,143,212). Sum of RGB (Red+Green+Blue) = 135+143+212=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #878FD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FD4 is #78702B. Grayscale: #949494. Windows color (decimal): -7893036 or 13930375. OLE color: 13930375.

HSL color Cylindrical-coordinate representation of color #878FD4: hue angle of 233.77º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #878FD4 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135143212-
CMYK0.360.3300.17
HSL233.77º47.24%68.04%-
HSV(B)233.77º36.32%83.14%-
XYZ31.729.5566.32-
YUV148.47163.85118.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 212 (83.20% from 255) = 43.27%
R=27.55%
G=29.18%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351432120.360.3300.17233.7747.2468.04
Hex878FD42421011ea2f44
Octal207217324444102135257104
Binary100001111000111111010100100100100001010001111010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,212); }

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

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

 a { background-color: rgb(135,143,212); }

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

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

 span { border-color: rgb(135,143,212); }

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