#8492EE

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

Shades of Portage #8492EE

Tints of Portage #8492EE

Color information

#8492EE (or 0x8492EE) is unknown color: approx Portage. HEX triplet: 84, 92 and EE. RGB value is (132,146,238). Sum of RGB (Red+Green+Blue) = 132+146+238=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8492EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492EE is #7B6D11. Grayscale: #979797. Windows color (decimal): -8088850 or 15635076. OLE color: 15635076.

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

Color convert

RGB132146238-
CMYK0.450.3900.07
HSL232.08º75.71%72.55%-
HSV(B)232.08º44.54%93.33%-
XYZ35.2331.6485.14-
YUV152.3176.36113.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 238 (93.36% from 255) = 46.12%
R=25.58%
G=28.29%
B=46.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321462380.450.3900.07232.0875.7172.55
Hex8492EE2D2707e84c49
Octal204222356554707350114111
Binary10000100100100101110111010110110011101111110100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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