#8295CE

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

Shades of Portage #8295CE

Tints of Portage #8295CE

Color information

#8295CE (or 0x8295CE) is unknown color: approx Portage. HEX triplet: 82, 95 and CE. RGB value is (130,149,206). Sum of RGB (Red+Green+Blue) = 130+149+206=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8295CE is #7D6A31. Grayscale: #959595. Windows color (decimal): -8219186 or 13538690. OLE color: 13538690.

HSL color Cylindrical-coordinate representation of color #8295CE: hue angle of 225º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8295CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130149206-
CMYK0.370.2800.19
HSL225º43.68%65.88%-
HSV(B)225º36.89%80.78%-
XYZ31.0930.762.68-
YUV149.82159.71113.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=26.80%
G=30.72%
B=42.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301492060.370.2800.1922543.6865.88
Hex8295CE251C013e12c42
Octal202225316453402334154102
Binary10000010100101011100111010010111100010011111000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8295CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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