#878AF2

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

Shades of Portage #878AF2

Tints of Portage #878AF2

Color information

#878AF2 (or 0x878AF2) is unknown color: approx Portage. HEX triplet: 87, 8A and F2. RGB value is (135,138,242). Sum of RGB (Red+Green+Blue) = 135+138+242=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #878AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878AF2 is #78750D. Grayscale: #949494. Windows color (decimal): -7894286 or 15895175. OLE color: 15895175.

HSL color Cylindrical-coordinate representation of color #878AF2: hue angle of 238.32º degrees, saturation: 0.8, 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 #878AF2 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB135138242-
CMYK0.440.4300.05
HSL238.32º80.45%73.92%-
HSV(B)238.32º44.21%94.9%-
XYZ35.1129.7487.89-
YUV148.96180.51118.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.21%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 242 (94.92% from 255) = 46.99%
R=26.21%
G=26.80%
B=46.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1351382420.440.4300.05238.3280.4573.92
Hex878AF22C2B05ee504a
Octal207212362545305356120112
Binary10000111100010101111001010110010101101011110111010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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