#879BFE

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

Shades of Portage #879BFE

Tints of Portage #879BFE

Color information

#879BFE (or 0x879BFE) is unknown color: approx Portage. HEX triplet: 87, 9B and FE. RGB value is (135,155,254). Sum of RGB (Red+Green+Blue) = 135+155+254=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #879BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BFE is #786401. Grayscale: #9F9F9F. Windows color (decimal): -7889922 or 16685959. OLE color: 16685959.

HSL color Cylindrical-coordinate representation of color #879BFE: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #879BFE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135155254-
CMYK0.470.3900.00
HSL229.92º98.35%76.27%-
HSV(B)229.92º46.85%99.61%-
XYZ39.635.7598.58-
YUV160.31180.87109.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=24.82%
G=28.49%
B=46.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351552540.470.3900.00229.9298.3576.27
Hex879BFE2F2700e6624c
Octal207233376574700346142114
Binary100001111001101111111110101111100111001110011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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