#8186EE

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

Shades of Portage #8186EE

Tints of Portage #8186EE

Color information

#8186EE (or 0x8186EE) is unknown color: approx Portage. HEX triplet: 81, 86 and EE. RGB value is (129,134,238). Sum of RGB (Red+Green+Blue) = 129+134+238=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #8186EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8186EE is #7E7911. Grayscale: #8F8F8F. Windows color (decimal): -8288530 or 15632001. OLE color: 15632001.

HSL color Cylindrical-coordinate representation of color #8186EE: hue angle of 237.25º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8186EE is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129134238-
CMYK0.460.4400.07
HSL237.25º76.22%71.96%-
HSV(B)237.25º45.8%93.33%-
XYZ33.0127.8984.53-
YUV144.36180.84117.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 238 (93.36% from 255) = 47.50%
R=25.75%
G=26.75%
B=47.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291342380.460.4400.07237.2576.2271.96
Hex8186EE2E2C07ed4c48
Octal201206356565407355114110
Binary10000001100001101110111010111010110001111110110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8186EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,134,238); }

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

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

 a { background-color: rgb(129,134,238); }

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

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

 span { border-color: rgb(129,134,238); }

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