#878AED

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

Shades of Portage #878AED

Tints of Portage #878AED

Color information

#878AED (or 0x878AED) is unknown color: approx Portage. HEX triplet: 87, 8A and ED. RGB value is (135,138,237). Sum of RGB (Red+Green+Blue) = 135+138+237=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #878AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AED is #787512. Grayscale: #939393. Windows color (decimal): -7894291 or 15567495. OLE color: 15567495.

HSL color Cylindrical-coordinate representation of color #878AED: hue angle of 238.24º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878AED is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135138237-
CMYK0.430.4200.07
HSL238.24º73.91%72.94%-
HSV(B)238.24º43.04%92.94%-
XYZ34.3729.4483.99-
YUV148.39178.01118.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.47%
GREEN value IS 138 (54.30% from 255) = 27.06%
BLUE value IS 237 (92.97% from 255) = 46.47%
R=26.47%
G=27.06%
B=46.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351382370.430.4200.07238.2473.9172.94
Hex878AED2B2A07ee4a49
Octal207212355535207356112111
Binary10000111100010101110110110101110101001111110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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