#879BEE

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

Shades of Portage #879BEE

Tints of Portage #879BEE

Color information

#879BEE (or 0x879BEE) is unknown color: approx Portage. HEX triplet: 87, 9B and EE. RGB value is (135,155,238). Sum of RGB (Red+Green+Blue) = 135+155+238=528 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.57% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #879BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BEE is #786411. Grayscale: #9E9E9E. Windows color (decimal): -7889938 or 15637383. OLE color: 15637383.

HSL color Cylindrical-coordinate representation of color #879BEE: hue angle of 228.35º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879BEE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135155238-
CMYK0.430.3500.07
HSL228.35º75.18%73.14%-
HSV(B)228.35º43.28%93.33%-
XYZ37.1534.7785.64-
YUV158.48172.87111.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.57%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=25.57%
G=29.36%
B=45.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351552380.430.3500.07228.3575.1873.14
Hex879BEE2B2307e44b49
Octal207233356534307344113111
Binary10000111100110111110111010101110001101111110010010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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