#8297F6

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

Shades of Portage #8297F6

Tints of Portage #8297F6

Color information

#8297F6 (or 0x8297F6) is unknown color: approx Portage. HEX triplet: 82, 97 and F6. RGB value is (130,151,246). Sum of RGB (Red+Green+Blue) = 130+151+246=527 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.67% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #8297F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8297F6 is #7D6809. Grayscale: #9B9B9B. Windows color (decimal): -8218634 or 16160642. OLE color: 16160642.

HSL color Cylindrical-coordinate representation of color #8297F6: hue angle of 229.14º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8297F6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB130151246-
CMYK0.470.3900.04
HSL229.14º86.57%73.73%-
HSV(B)229.14º47.15%96.47%-
XYZ36.9133.5391.72-
YUV155.55179.04109.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.67%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 246 (96.48% from 255) = 46.68%
R=24.67%
G=28.65%
B=46.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1301512460.470.3900.04229.1486.5773.73
Hex8297F62F2704e5574a
Octal202227366574704345127112
Binary10000010100101111111011010111110011101001110010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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