#8291CA

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

Shades of Portage #8291CA

Tints of Portage #8291CA

Color information

#8291CA (or 0x8291CA) is unknown color: approx Portage. HEX triplet: 82, 91 and CA. RGB value is (130,145,202). Sum of RGB (Red+Green+Blue) = 130+145+202=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8291CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8291CA is #7D6E35. Grayscale: #929292. Windows color (decimal): -8220214 or 13275522. OLE color: 13275522.

HSL color Cylindrical-coordinate representation of color #8291CA: hue angle of 227.5º degrees, saturation: 0.4, 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 #8291CA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130145202-
CMYK0.360.2800.21
HSL227.5º40.45%65.1%-
HSV(B)227.5º35.64%79.22%-
XYZ29.9929.2659.94-
YUV147.01159.03115.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=27.25%
G=30.40%
B=42.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301452020.360.2800.21227.540.4565.1
Hex8291CA241C015e42841
Octal202221312443402534450101
Binary10000010100100011100101010010011100010101111001001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8291CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,145,202); }

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

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

 a { background-color: rgb(130,145,202); }

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

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

 span { border-color: rgb(130,145,202); }

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