#878DF3

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

Shades of Portage #878DF3

Tints of Portage #878DF3

Color information

#878DF3 (or 0x878DF3) is unknown color: approx Portage. HEX triplet: 87, 8D and F3. RGB value is (135,141,243). Sum of RGB (Red+Green+Blue) = 135+141+243=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #878DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DF3 is #78720C. Grayscale: #969696. Windows color (decimal): -7893517 or 15961479. OLE color: 15961479.

HSL color Cylindrical-coordinate representation of color #878DF3: hue angle of 236.67º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878DF3 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135141243-
CMYK0.440.4200.05
HSL236.67º81.82%74.12%-
HSV(B)236.67º44.44%95.29%-
XYZ35.6930.6788.83-
YUV150.83180.01116.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.01%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 243 (95.31% from 255) = 46.82%
R=26.01%
G=27.17%
B=46.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351412430.440.4200.05236.6781.8274.12
Hex878DF32C2A05ed524a
Octal207215363545205355122112
Binary10000111100011011111001110110010101001011110110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,243); }

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

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

 a { background-color: rgb(135,141,243); }

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

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

 span { border-color: rgb(135,141,243); }

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