#879EFB

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

Shades of Portage #879EFB

Tints of Portage #879EFB

Color information

#879EFB (or 0x879EFB) is unknown color: approx Portage. HEX triplet: 87, 9E and FB. RGB value is (135,158,251). Sum of RGB (Red+Green+Blue) = 135+158+251=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #879EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EFB is #786104. Grayscale: #A1A1A1. Windows color (decimal): -7889157 or 16490119. OLE color: 16490119.

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

Color convert

RGB135158251-
CMYK0.460.3700.02
HSL228.1º93.55%75.69%-
HSV(B)228.1º46.22%98.43%-
XYZ39.6336.5796.24-
YUV161.72178.38108.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=24.82%
G=29.04%
B=46.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351582510.460.3700.02228.193.5575.69
Hex879EFB2E2502e45e4c
Octal207236373564502344136114
Binary1000011110011110111110111011101001010101110010010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,251); }

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

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

 a { background-color: rgb(135,158,251); }

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

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

 span { border-color: rgb(135,158,251); }

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