#879EEA

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

Shades of Portage #879EEA

Tints of Portage #879EEA

Color information

#879EEA (or 0x879EEA) is unknown color: approx Portage. HEX triplet: 87, 9E and EA. RGB value is (135,158,234). Sum of RGB (Red+Green+Blue) = 135+158+234=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #879EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EEA is #786115. Grayscale: #9F9F9F. Windows color (decimal): -7889174 or 15376007. OLE color: 15376007.

HSL color Cylindrical-coordinate representation of color #879EEA: hue angle of 226.06º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #879EEA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135158234-
CMYK0.420.3200.08
HSL226.06º70.21%72.35%-
HSV(B)226.06º42.31%91.76%-
XYZ37.0735.5582.75-
YUV159.79169.88110.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=25.62%
G=29.98%
B=44.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351582340.420.3200.08226.0670.2172.35
Hex879EEA2A2008e24648
Octal2072363525240010342106110
Binary100001111001111011101010101010100000010001110001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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