#8191EE

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

Shades of Portage #8191EE

Tints of Portage #8191EE

Color information

#8191EE (or 0x8191EE) is unknown color: approx Portage. HEX triplet: 81, 91 and EE. RGB value is (129,145,238). Sum of RGB (Red+Green+Blue) = 129+145+238=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #8191EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8191EE is #7E6E11. Grayscale: #969696. Windows color (decimal): -8285714 or 15634817. OLE color: 15634817.

HSL color Cylindrical-coordinate representation of color #8191EE: hue angle of 231.19º 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 #8191EE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129145238-
CMYK0.460.3900.07
HSL231.19º76.22%71.96%-
HSV(B)231.19º45.8%93.33%-
XYZ34.6131.0985.07-
YUV150.82177.2112.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 238 (93.36% from 255) = 46.48%
R=25.20%
G=28.32%
B=46.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291452380.460.3900.07231.1976.2271.96
Hex8191EE2E2707e74c48
Octal201221356564707347114110
Binary10000001100100011110111010111010011101111110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8191EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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