#8298EC

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

Shades of Portage #8298EC

Tints of Portage #8298EC

Color information

#8298EC (or 0x8298EC) is unknown color: approx Portage. HEX triplet: 82, 98 and EC. RGB value is (130,152,236). Sum of RGB (Red+Green+Blue) = 130+152+236=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #8298EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8298EC is #7D6713. Grayscale: #9A9A9A. Windows color (decimal): -8218388 or 15505538. OLE color: 15505538.

HSL color Cylindrical-coordinate representation of color #8298EC: hue angle of 227.55º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8298EC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130152236-
CMYK0.450.3600.07
HSL227.55º73.61%71.76%-
HSV(B)227.55º44.92%92.55%-
XYZ35.5733.2683.9-
YUV155173.71110.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=25.10%
G=29.34%
B=45.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301522360.450.3600.07227.5573.6171.76
Hex8298EC2D2407e44a48
Octal202230354554407344112110
Binary10000010100110001110110010110110010001111110010010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8298EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8298EC; }

 p { color: rgb(130,152,236); }

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

<style>
 a { background-color: #8298EC; }

 a { background-color: rgb(130,152,236); }

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

<style>
 span { border-color: #8298EC; }

 span { border-color: rgb(130,152,236); }

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