#8190EF

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

Shades of Portage #8190EF

Tints of Portage #8190EF

Color information

#8190EF (or 0x8190EF) is unknown color: approx Portage. HEX triplet: 81, 90 and EF. RGB value is (129,144,239). Sum of RGB (Red+Green+Blue) = 129+144+239=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #8190EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8190EF is #7E6F10. Grayscale: #959595. Windows color (decimal): -8285969 or 15700097. OLE color: 15700097.

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

Color convert

RGB129144239-
CMYK0.460.4000.06
HSL231.82º77.46%72.16%-
HSV(B)231.82º46.03%93.73%-
XYZ34.6130.8585.79-
YUV150.34178.03112.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.20%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 239 (93.75% from 255) = 46.68%
R=25.20%
G=28.12%
B=46.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291442390.460.4000.06231.8277.4672.16
Hex8190EF2E2806e84d48
Octal201220357565006350115110
Binary10000001100100001110111110111010100001101110100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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