#8190F0

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

Shades of Portage #8190F0

Tints of Portage #8190F0

Color information

#8190F0 (or 0x8190F0) is unknown color: approx Portage. HEX triplet: 81, 90 and F0. RGB value is (129,144,240). Sum of RGB (Red+Green+Blue) = 129+144+240=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #8190F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8190F0 is #7E6F0F. Grayscale: #969696. Windows color (decimal): -8285968 or 15765633. OLE color: 15765633.

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

Color convert

RGB129144240-
CMYK0.460.400.06
HSL231.89º78.72%72.35%-
HSV(B)231.89º46.25%94.12%-
XYZ34.7530.986.57-
YUV150.46178.53112.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 240 (94.14% from 255) = 46.78%
R=25.15%
G=28.07%
B=46.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1291442400.460.400.06231.8978.7272.35
Hex8190F02E2806e84f48
Octal201220360565006350117110
Binary10000001100100001111000010111010100001101110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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