#879AEA

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

Shades of Portage #879AEA

Tints of Portage #879AEA

Color information

#879AEA (or 0x879AEA) is unknown color: approx Portage. HEX triplet: 87, 9A and EA. RGB value is (135,154,234). Sum of RGB (Red+Green+Blue) = 135+154+234=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #879AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879AEA is #786515. Grayscale: #9D9D9D. Windows color (decimal): -7890198 or 15374983. OLE color: 15374983.

HSL color Cylindrical-coordinate representation of color #879AEA: hue angle of 228.48º 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 #879AEA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135154234-
CMYK0.420.3400.08
HSL228.48º70.21%72.35%-
HSV(B)228.48º42.31%91.76%-
XYZ36.434.282.53-
YUV157.44171.21112-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=25.81%
G=29.45%
B=44.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351542340.420.3400.08228.4870.2172.35
Hex879AEA2A2208e44648
Octal2072323525242010344106110
Binary100001111001101011101010101010100010010001110010010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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