#8190E0

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

Shades of Portage #8190E0

Tints of Portage #8190E0

Color information

#8190E0 (or 0x8190E0) is unknown color: approx Portage. HEX triplet: 81, 90 and E0. RGB value is (129,144,224). Sum of RGB (Red+Green+Blue) = 129+144+224=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #8190E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190E0 is #7E6F1F. Grayscale: #949494. Windows color (decimal): -8285984 or 14717057. OLE color: 14717057.

HSL color Cylindrical-coordinate representation of color #8190E0: hue angle of 230.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8190E0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129144224-
CMYK0.420.3600.12
HSL230.53º60.51%69.22%-
HSV(B)230.53º42.41%87.84%-
XYZ32.483074.6-
YUV148.64170.53114-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.96%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=25.96%
G=28.97%
B=45.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291442240.420.3600.12230.5360.5169.22
Hex8190E02A240Ce73d45
Octal201220340524401434775105
Binary10000001100100001110000010101010010001100111001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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