#8791E1

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

Shades of Portage #8791E1

Tints of Portage #8791E1

Color information

#8791E1 (or 0x8791E1) is unknown color: approx Portage. HEX triplet: 87, 91 and E1. RGB value is (135,145,225). Sum of RGB (Red+Green+Blue) = 135+145+225=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #8791E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8791E1 is #786E1E. Grayscale: #969696. Windows color (decimal): -7892511 or 14782855. OLE color: 14782855.

HSL color Cylindrical-coordinate representation of color #8791E1: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8791E1 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135145225-
CMYK0.40.3600.12
HSL233.33º60%70.59%-
HSV(B)233.33º40%88.24%-
XYZ33.7130.8475.41-
YUV151.13169.69116.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.73%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=26.73%
G=28.71%
B=44.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351452250.40.3600.12233.336070.59
Hex8791E128240Ce93c47
Octal207221341504401435174107
Binary10000111100100011110000110100010010001100111010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8791E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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