#8296EA

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

Shades of Portage #8296EA

Tints of Portage #8296EA

Color information

#8296EA (or 0x8296EA) is unknown color: approx Portage. HEX triplet: 82, 96 and EA. RGB value is (130,150,234). Sum of RGB (Red+Green+Blue) = 130+150+234=514 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.29% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #8296EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8296EA is #7D6915. Grayscale: #999999. Windows color (decimal): -8218902 or 15373954. OLE color: 15373954.

HSL color Cylindrical-coordinate representation of color #8296EA: hue angle of 228.46º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8296EA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130150234-
CMYK0.440.3600.08
HSL228.46º71.23%71.37%-
HSV(B)228.46º44.44%91.76%-
XYZ34.9632.582.27-
YUV153.6173.37111.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.29%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=25.29%
G=29.18%
B=45.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301502340.440.3600.08228.4671.2371.37
Hex8296EA2C2408e44747
Octal2022263525444010344107107
Binary100000101001011011101010101100100100010001110010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8296EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8296EA; }

 p { color: rgb(130,150,234); }

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

<style>
 a { background-color: #8296EA; }

 a { background-color: rgb(130,150,234); }

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

<style>
 span { border-color: #8296EA; }

 span { border-color: rgb(130,150,234); }

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