#8087EC

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

Shades of Portage #8087EC

Tints of Portage #8087EC

Color information

#8087EC (or 0x8087EC) is unknown color: approx Portage. HEX triplet: 80, 87 and EC. RGB value is (128,135,236). Sum of RGB (Red+Green+Blue) = 128+135+236=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8087EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8087EC is #7F7813. Grayscale: #909090. Windows color (decimal): -8353812 or 15501184. OLE color: 15501184.

HSL color Cylindrical-coordinate representation of color #8087EC: hue angle of 236.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8087EC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128135236-
CMYK0.460.4300.07
HSL236.11º73.97%71.37%-
HSV(B)236.11º45.76%92.55%-
XYZ32.7127.9783.03-
YUV144.42179.68116.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=25.65%
G=27.05%
B=47.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281352360.460.4300.07236.1173.9771.37
Hex8087EC2E2B07ec4a47
Octal200207354565307354112107
Binary10000000100001111110110010111010101101111110110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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