#8190CA

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

Shades of Portage #8190CA

Tints of Portage #8190CA

Color information

#8190CA (or 0x8190CA) is unknown color: approx Portage. HEX triplet: 81, 90 and CA. RGB value is (129,144,202). Sum of RGB (Red+Green+Blue) = 129+144+202=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8190CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8190CA is #7E6F35. Grayscale: #919191. Windows color (decimal): -8286006 or 13275265. OLE color: 13275265.

HSL color Cylindrical-coordinate representation of color #8190CA: hue angle of 227.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8190CA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129144202-
CMYK0.360.2900.21
HSL227.67º40.78%64.9%-
HSV(B)227.67º36.14%79.22%-
XYZ29.6928.8859.89-
YUV146.13159.53115.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.16%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=27.16%
G=30.32%
B=42.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291442020.360.2900.21227.6740.7864.9
Hex8190CA241D015e42941
Octal201220312443502534451101
Binary10000001100100001100101010010011101010101111001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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