#8791ED

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

Shades of Portage #8791ED

Tints of Portage #8791ED

Color information

#8791ED (or 0x8791ED) is unknown color: approx Portage. HEX triplet: 87, 91 and ED. RGB value is (135,145,237). Sum of RGB (Red+Green+Blue) = 135+145+237=517 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.11% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8791ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8791ED is #786E12. Grayscale: #989898. Windows color (decimal): -7892499 or 15569287. OLE color: 15569287.

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

Color convert

RGB135145237-
CMYK0.430.3900.07
HSL234.12º73.91%72.94%-
HSV(B)234.12º43.04%92.94%-
XYZ35.431.5284.34-
YUV152.5175.69115.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.11%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=26.11%
G=28.05%
B=45.84%

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
Decimal1351452370.430.3900.07234.1273.9172.94
Hex8791ED2B2707ea4a49
Octal207221355534707352112111
Binary10000111100100011110110110101110011101111110101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8791ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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