#8496EE

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

Shades of Portage #8496EE

Tints of Portage #8496EE

Color information

#8496EE (or 0x8496EE) is unknown color: approx Portage. HEX triplet: 84, 96 and EE. RGB value is (132,150,238). Sum of RGB (Red+Green+Blue) = 132+150+238=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #8496EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496EE is #7B6911. Grayscale: #9A9A9A. Windows color (decimal): -8087826 or 15636100. OLE color: 15636100.

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

Color convert

RGB132150238-
CMYK0.450.3700.07
HSL229.81º75.71%72.55%-
HSV(B)229.81º44.54%93.33%-
XYZ35.8532.8985.35-
YUV154.65175.04111.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 238 (93.36% from 255) = 45.77%
R=25.38%
G=28.85%
B=45.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321502380.450.3700.07229.8175.7172.55
Hex8496EE2D2507e64c49
Octal204226356554507346114111
Binary10000100100101101110111010110110010101111110011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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