#879FFA

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

Shades of Portage #879FFA

Tints of Portage #879FFA

Color information

#879FFA (or 0x879FFA) is unknown color: approx Portage. HEX triplet: 87, 9F and FA. RGB value is (135,159,250). Sum of RGB (Red+Green+Blue) = 135+159+250=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #879FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FFA is #786005. Grayscale: #A1A1A1. Windows color (decimal): -7888902 or 16424839. OLE color: 16424839.

HSL color Cylindrical-coordinate representation of color #879FFA: hue angle of 227.48º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879FFA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135159250-
CMYK0.460.3600.02
HSL227.48º92%75.49%-
HSV(B)227.48º46%98.04%-
XYZ39.6536.8595.47-
YUV162.2177.55108.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=24.82%
G=29.23%
B=45.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351592500.460.3600.02227.489275.49
Hex879FFA2E2402e35c4b
Octal207237372564402343134113
Binary1000011110011111111110101011101001000101110001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879FFA; }

 p { color: rgb(135,159,250); }

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

<style>
 a { background-color: #879FFA; }

 a { background-color: rgb(135,159,250); }

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

<style>
 span { border-color: #879FFA; }

 span { border-color: rgb(135,159,250); }

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