#8295EA

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

Shades of Portage #8295EA

Tints of Portage #8295EA

Color information

#8295EA (or 0x8295EA) is unknown color: approx Portage. HEX triplet: 82, 95 and EA. RGB value is (130,149,234). Sum of RGB (Red+Green+Blue) = 130+149+234=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8295EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295EA is #7D6A15. Grayscale: #989898. Windows color (decimal): -8219158 or 15373698. OLE color: 15373698.

HSL color Cylindrical-coordinate representation of color #8295EA: hue angle of 229.04º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8295EA is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130149234-
CMYK0.440.3600.08
HSL229.04º71.23%71.37%-
HSV(B)229.04º44.44%91.76%-
XYZ34.832.1882.22-
YUV153.01173.71111.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.34%
GREEN value IS 149 (58.59% from 255) = 29.04%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=25.34%
G=29.04%
B=45.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301492340.440.3600.08229.0471.2371.37
Hex8295EA2C2408e54747
Octal2022253525444010345107107
Binary100000101001010111101010101100100100010001110010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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