#879BF4

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

Shades of Portage #879BF4

Tints of Portage #879BF4

Color information

#879BF4 (or 0x879BF4) is unknown color: approx Portage. HEX triplet: 87, 9B and F4. RGB value is (135,155,244). Sum of RGB (Red+Green+Blue) = 135+155+244=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #879BF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BF4 is #78640B. Grayscale: #9E9E9E. Windows color (decimal): -7889932 or 16030599. OLE color: 16030599.

HSL color Cylindrical-coordinate representation of color #879BF4: hue angle of 228.99º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #879BF4 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135155244-
CMYK0.450.3600.04
HSL228.99º83.21%74.31%-
HSV(B)228.99º44.67%95.69%-
XYZ38.0435.1390.36-
YUV159.17175.87110.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 244 (95.70% from 255) = 45.69%
R=25.28%
G=29.03%
B=45.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351552440.450.3600.04228.9983.2174.31
Hex879BF42D2404e5534a
Octal207233364554404345123112
Binary10000111100110111111010010110110010001001110010110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,155,244); }

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

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

 a { background-color: rgb(135,155,244); }

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

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

 span { border-color: rgb(135,155,244); }

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