#8297CE

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

Shades of Portage #8297CE

Tints of Portage #8297CE

Color information

#8297CE (or 0x8297CE) is unknown color: approx Portage. HEX triplet: 82, 97 and CE. RGB value is (130,151,206). Sum of RGB (Red+Green+Blue) = 130+151+206=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8297CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297CE is #7D6831. Grayscale: #969696. Windows color (decimal): -8218674 or 13539202. OLE color: 13539202.

HSL color Cylindrical-coordinate representation of color #8297CE: hue angle of 223.42º 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 #8297CE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130151206-
CMYK0.370.2700.19
HSL223.42º43.68%65.88%-
HSV(B)223.42º36.89%80.78%-
XYZ31.4131.3462.79-
YUV150.99159.04113.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.69%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=26.69%
G=31.01%
B=42.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301512060.370.2700.19223.4243.6865.88
Hex8297CE251B013df2c42
Octal202227316453302333754102
Binary10000010100101111100111010010111011010011110111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8297CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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