#878AD1

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

Shades of Portage #878AD1

Tints of Portage #878AD1

Color information

#878AD1 (or 0x878AD1) is unknown color: approx Portage. HEX triplet: 87, 8A and D1. RGB value is (135,138,209). Sum of RGB (Red+Green+Blue) = 135+138+209=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #878AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AD1 is #78752E. Grayscale: #909090. Windows color (decimal): -7894319 or 13732487. OLE color: 13732487.

HSL color Cylindrical-coordinate representation of color #878AD1: hue angle of 237.57º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #878AD1 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135138209-
CMYK0.350.3400.18
HSL237.57º44.58%67.45%-
HSV(B)237.57º35.41%81.96%-
XYZ30.5927.9364.1-
YUV145.2164.01120.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 138 (54.30% from 255) = 28.63%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=28.01%
G=28.63%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351382090.350.3400.18237.5744.5867.45
Hex878AD12322012ee2d43
Octal207212321434202235655103
Binary100001111000101011010001100011100010010010111011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,138,209); }

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

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

 a { background-color: rgb(135,138,209); }

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

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

 span { border-color: rgb(135,138,209); }

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