#879CEB

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

Shades of Portage #879CEB

Tints of Portage #879CEB

Color information

#879CEB (or 0x879CEB) is unknown color: approx Portage. HEX triplet: 87, 9C and EB. RGB value is (135,156,235). Sum of RGB (Red+Green+Blue) = 135+156+235=526 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.67% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #879CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879CEB is #786314. Grayscale: #9E9E9E. Windows color (decimal): -7889685 or 15441031. OLE color: 15441031.

HSL color Cylindrical-coordinate representation of color #879CEB: hue angle of 227.4º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879CEB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135156235-
CMYK0.430.3400.08
HSL227.4º71.43%72.55%-
HSV(B)227.4º42.55%92.16%-
XYZ36.8834.9383.4-
YUV158.73171.04111.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.67%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=25.67%
G=29.66%
B=44.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351562350.430.3400.08227.471.4372.55
Hex879CEB2B2208e34749
Octal2072343535342010343107111
Binary100001111001110011101011101011100010010001110001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,156,235); }

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

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

 a { background-color: rgb(135,156,235); }

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

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

 span { border-color: rgb(135,156,235); }

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