#8791EE

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

Shades of Portage #8791EE

Tints of Portage #8791EE

Color information

#8791EE (or 0x8791EE) is unknown color: approx Portage. HEX triplet: 87, 91 and EE. RGB value is (135,145,238). Sum of RGB (Red+Green+Blue) = 135+145+238=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #8791EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8791EE is #786E11. Grayscale: #989898. Windows color (decimal): -7892498 or 15634823. OLE color: 15634823.

HSL color Cylindrical-coordinate representation of color #8791EE: hue angle of 234.17º 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 #8791EE is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135145238-
CMYK0.430.3900.07
HSL234.17º75.18%73.14%-
HSV(B)234.17º43.28%93.33%-
XYZ35.5531.5785.11-
YUV152.61176.19115.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.06%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=26.06%
G=27.99%
B=45.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351452380.430.3900.07234.1775.1873.14
Hex8791EE2B2707ea4b49
Octal207221356534707352113111
Binary10000111100100011110111010101110011101111110101010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8791EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8791EE; }

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

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

<style>
 a { background-color: #8791EE; }

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

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

<style>
 span { border-color: #8791EE; }

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

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