#878FD3

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

Shades of Portage #878FD3

Tints of Portage #878FD3

Color information

#878FD3 (or 0x878FD3) is unknown color: approx Portage. HEX triplet: 87, 8F and D3. RGB value is (135,143,211). Sum of RGB (Red+Green+Blue) = 135+143+211=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #878FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FD3 is #78702C. Grayscale: #949494. Windows color (decimal): -7893037 or 13864839. OLE color: 13864839.

HSL color Cylindrical-coordinate representation of color #878FD3: hue angle of 233.68º degrees, saturation: 0.46, 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 #878FD3 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135143211-
CMYK0.360.3200.17
HSL233.68º46.34%67.84%-
HSV(B)233.68º36.02%82.75%-
XYZ31.5729.565.66-
YUV148.36163.35118.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=27.61%
G=29.24%
B=43.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351432110.360.3200.17233.6846.3467.84
Hex878FD32420011ea2e44
Octal207217323444002135256104
Binary100001111000111111010011100100100000010001111010101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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