#8488EE

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

Shades of Portage #8488EE

Tints of Portage #8488EE

Color information

#8488EE (or 0x8488EE) is unknown color: approx Portage. HEX triplet: 84, 88 and EE. RGB value is (132,136,238). Sum of RGB (Red+Green+Blue) = 132+136+238=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #8488EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8488EE is #7B7711. Grayscale: #929292. Windows color (decimal): -8091410 or 15632516. OLE color: 15632516.

HSL color Cylindrical-coordinate representation of color #8488EE: hue angle of 237.74º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8488EE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132136238-
CMYK0.450.4300.07
HSL237.74º75.71%72.55%-
HSV(B)237.74º44.54%93.33%-
XYZ33.7528.6984.65-
YUV146.43179.67117.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=26.09%
G=26.88%
B=47.04%

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
Decimal1321362380.450.4300.07237.7475.7172.55
Hex8488EE2D2B07ee4c49
Octal204210356555307356114111
Binary10000100100010001110111010110110101101111110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8488EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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