#878DDF

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

Shades of Portage #878DDF

Tints of Portage #878DDF

Color information

#878DDF (or 0x878DDF) is unknown color: approx Portage. HEX triplet: 87, 8D and DF. RGB value is (135,141,223). Sum of RGB (Red+Green+Blue) = 135+141+223=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #878DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DDF is #787220. Grayscale: #949494. Windows color (decimal): -7893537 or 14650759. OLE color: 14650759.

HSL color Cylindrical-coordinate representation of color #878DDF: hue angle of 235.91º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878DDF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135141223-
CMYK0.390.3700.13
HSL235.91º57.89%70.2%-
HSV(B)235.91º39.46%87.45%-
XYZ32.8429.5373.78-
YUV148.55170.01118.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=27.05%
G=28.26%
B=44.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351412230.390.3700.13235.9157.8970.2
Hex878DDF27250Dec3a46
Octal207215337474501535472106
Binary10000111100011011101111110011110010101101111011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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