#8192EF

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

Shades of Portage #8192EF

Tints of Portage #8192EF

Color information

#8192EF (or 0x8192EF) is unknown color: approx Portage. HEX triplet: 81, 92 and EF. RGB value is (129,146,239). Sum of RGB (Red+Green+Blue) = 129+146+239=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #8192EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192EF is #7E6D10. Grayscale: #979797. Windows color (decimal): -8285457 or 15700609. OLE color: 15700609.

HSL color Cylindrical-coordinate representation of color #8192EF: hue angle of 230.73º degrees, saturation: 0.77, 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 #8192EF is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129146239-
CMYK0.460.3900.06
HSL230.73º77.46%72.16%-
HSV(B)230.73º46.03%93.73%-
XYZ34.9131.4685.89-
YUV151.52177.37111.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 239 (93.75% from 255) = 46.50%
R=25.10%
G=28.40%
B=46.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291462390.460.3900.06230.7377.4672.16
Hex8192EF2E2706e74d48
Octal201222357564706347115110
Binary10000001100100101110111110111010011101101110011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,146,239); }

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

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

 a { background-color: rgb(129,146,239); }

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

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

 span { border-color: rgb(129,146,239); }

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