#8299EF

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

Shades of Portage #8299EF

Tints of Portage #8299EF

Color information

#8299EF (or 0x8299EF) is unknown color: approx Portage. HEX triplet: 82, 99 and EF. RGB value is (130,153,239). Sum of RGB (Red+Green+Blue) = 130+153+239=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #8299EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299EF is #7D6610. Grayscale: #9B9B9B. Windows color (decimal): -8218129 or 15702402. OLE color: 15702402.

HSL color Cylindrical-coordinate representation of color #8299EF: hue angle of 227.34º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8299EF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130153239-
CMYK0.460.3600.06
HSL227.34º77.3%72.35%-
HSV(B)227.34º45.61%93.73%-
XYZ36.1833.7686.27-
YUV155.93174.88109.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.90%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=24.90%
G=29.31%
B=45.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301532390.460.3600.06227.3477.372.35
Hex8299EF2E2406e34d48
Octal202231357564406343115110
Binary10000010100110011110111110111010010001101110001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8299EF; }

 p { color: rgb(130,153,239); }

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

<style>
 a { background-color: #8299EF; }

 a { background-color: rgb(130,153,239); }

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

<style>
 span { border-color: #8299EF; }

 span { border-color: rgb(130,153,239); }

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