#8295CA

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

Shades of Portage #8295CA

Tints of Portage #8295CA

Color information

#8295CA (or 0x8295CA) is unknown color: approx Portage. HEX triplet: 82, 95 and CA. RGB value is (130,149,202). Sum of RGB (Red+Green+Blue) = 130+149+202=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8295CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CA is #7D6A35. Grayscale: #959595. Windows color (decimal): -8219190 or 13276546. OLE color: 13276546.

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

Color convert

RGB130149202-
CMYK0.360.2600.21
HSL224.17º40.45%65.1%-
HSV(B)224.17º35.64%79.22%-
XYZ30.6130.560.15-
YUV149.36157.71114.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=27.03%
G=30.98%
B=42.00%

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
Decimal1301492020.360.2600.21224.1740.4565.1
Hex8295CA241A015e02841
Octal202225312443202534050101
Binary10000010100101011100101010010011010010101111000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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