#8296CA

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

Shades of Portage #8296CA

Tints of Portage #8296CA

Color information

#8296CA (or 0x8296CA) is unknown color: approx Portage. HEX triplet: 82, 96 and CA. RGB value is (130,150,202). Sum of RGB (Red+Green+Blue) = 130+150+202=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #8296CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296CA is #7D6935. Grayscale: #959595. Windows color (decimal): -8218934 or 13276802. OLE color: 13276802.

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

Color convert

RGB130150202-
CMYK0.360.2600.21
HSL223.33º40.45%65.1%-
HSV(B)223.33º35.64%79.22%-
XYZ30.7730.8260.2-
YUV149.95157.37113.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=26.97%
G=31.12%
B=41.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1301502020.360.2600.21223.3340.4565.1
Hex8296CA241A015df2841
Octal202226312443202533750101
Binary10000010100101101100101010010011010010101110111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8296CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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