#8087EF

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

Shades of Portage #8087EF

Tints of Portage #8087EF

Color information

#8087EF (or 0x8087EF) is unknown color: approx Portage. HEX triplet: 80, 87 and EF. RGB value is (128,135,239). Sum of RGB (Red+Green+Blue) = 128+135+239=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #8087EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8087EF is #7F7810. Grayscale: #909090. Windows color (decimal): -8353809 or 15697792. OLE color: 15697792.

HSL color Cylindrical-coordinate representation of color #8087EF: hue angle of 236.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8087EF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128135239-
CMYK0.460.4400.06
HSL236.22º77.62%71.96%-
HSV(B)236.22º46.44%93.73%-
XYZ33.1528.1585.35-
YUV144.76181.18116.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.50%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=25.50%
G=26.89%
B=47.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281352390.460.4400.06236.2277.6271.96
Hex8087EF2E2C06ec4e48
Octal200207357565406354116110
Binary10000000100001111110111110111010110001101110110010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8087EF; }

 p { color: rgb(128,135,239); }

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

<style>
 a { background-color: #8087EF; }

 a { background-color: rgb(128,135,239); }

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

<style>
 span { border-color: #8087EF; }

 span { border-color: rgb(128,135,239); }

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