#8288EB

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

Shades of Portage #8288EB

Tints of Portage #8288EB

Color information

#8288EB (or 0x8288EB) is unknown color: approx Portage. HEX triplet: 82, 88 and EB. RGB value is (130,136,235). Sum of RGB (Red+Green+Blue) = 130+136+235=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #8288EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288EB is #7D7714. Grayscale: #919191. Windows color (decimal): -8222485 or 15435906. OLE color: 15435906.

HSL color Cylindrical-coordinate representation of color #8288EB: hue angle of 236.57º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8288EB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130136235-
CMYK0.450.4200.08
HSL236.57º72.41%71.57%-
HSV(B)236.57º44.68%92.16%-
XYZ33.0128.3582.33-
YUV145.49178.51116.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.95%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=25.95%
G=27.15%
B=46.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301362350.450.4200.08236.5772.4171.57
Hex8288EB2D2A08ed4848
Octal2022103535552010355110110
Binary100000101000100011101011101101101010010001110110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8288EB; }

 p { color: rgb(130,136,235); }

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

<style>
 a { background-color: #8288EB; }

 a { background-color: rgb(130,136,235); }

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

<style>
 span { border-color: #8288EB; }

 span { border-color: rgb(130,136,235); }

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