#879FFB

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

Shades of Portage #879FFB

Tints of Portage #879FFB

Color information

#879FFB (or 0x879FFB) is unknown color: approx Portage. HEX triplet: 87, 9F and FB. RGB value is (135,159,251). Sum of RGB (Red+Green+Blue) = 135+159+251=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #879FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FFB is #786004. Grayscale: #A1A1A1. Windows color (decimal): -7888901 or 16490375. OLE color: 16490375.

HSL color Cylindrical-coordinate representation of color #879FFB: hue angle of 227.59º 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 #879FFB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135159251-
CMYK0.460.3700.02
HSL227.59º93.55%75.69%-
HSV(B)227.59º46.22%98.43%-
XYZ39.836.9196.29-
YUV162.31178.05108.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=24.77%
G=29.17%
B=46.06%

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
Decimal1351592510.460.3700.02227.5993.5575.69
Hex879FFB2E2502e45e4c
Octal207237373564502344136114
Binary1000011110011111111110111011101001010101110010010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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