#8196EA

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

Shades of Portage #8196EA

Tints of Portage #8196EA

Color information

#8196EA (or 0x8196EA) is unknown color: approx Portage. HEX triplet: 81, 96 and EA. RGB value is (129,150,234). Sum of RGB (Red+Green+Blue) = 129+150+234=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8196EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8196EA is #7E6915. Grayscale: #989898. Windows color (decimal): -8284438 or 15373953. OLE color: 15373953.

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

Color convert

RGB129150234-
CMYK0.450.3600.08
HSL228º71.43%71.18%-
HSV(B)228º44.87%91.76%-
XYZ34.8132.4282.26-
YUV153.3173.54110.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=25.15%
G=29.24%
B=45.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291502340.450.3600.0822871.4371.18
Hex8196EA2D2408e44747
Octal2012263525544010344107107
Binary100000011001011011101010101101100100010001110010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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