#8288EE

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

Shades of Portage #8288EE

Tints of Portage #8288EE

Color information

#8288EE (or 0x8288EE) is unknown color: approx Portage. HEX triplet: 82, 88 and EE. RGB value is (130,136,238). Sum of RGB (Red+Green+Blue) = 130+136+238=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #8288EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288EE is #7D7711. Grayscale: #919191. Windows color (decimal): -8222482 or 15632514. OLE color: 15632514.

HSL color Cylindrical-coordinate representation of color #8288EE: hue angle of 236.67º degrees, saturation: 0.76, 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 #8288EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130136238-
CMYK0.450.4300.07
HSL236.67º76.06%72.16%-
HSV(B)236.67º45.38%93.33%-
XYZ33.4428.5384.63-
YUV145.83180.01116.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=25.79%
G=26.98%
B=47.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301362380.450.4300.07236.6776.0672.16
Hex8288EE2D2B07ed4c48
Octal202210356555307355114110
Binary10000010100010001110111010110110101101111110110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8288EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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