#8297CA

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

Shades of Portage #8297CA

Tints of Portage #8297CA

Color information

#8297CA (or 0x8297CA) is unknown color: approx Portage. HEX triplet: 82, 97 and CA. RGB value is (130,151,202). Sum of RGB (Red+Green+Blue) = 130+151+202=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297CA is #7D6835. Grayscale: #969696. Windows color (decimal): -8218678 or 13277058. OLE color: 13277058.

HSL color Cylindrical-coordinate representation of color #8297CA: hue angle of 222.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 #8297CA is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB130151202-
CMYK0.360.2500.21
HSL222.5º40.45%65.1%-
HSV(B)222.5º35.64%79.22%-
XYZ30.9331.1460.26-
YUV150.54157.04113.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.92%
GREEN value IS 151 (59.38% from 255) = 31.26%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=26.92%
G=31.26%
B=41.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301512020.360.2500.21222.540.4565.1
Hex8297CA2419015de2841
Octal202227312443102533650101
Binary10000010100101111100101010010011001010101110111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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