#8492F0

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

Shades of Portage #8492F0

Tints of Portage #8492F0

Color information

#8492F0 (or 0x8492F0) is unknown color: approx Portage. HEX triplet: 84, 92 and F0. RGB value is (132,146,240). Sum of RGB (Red+Green+Blue) = 132+146+240=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #8492F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8492F0 is #7B6D0F. Grayscale: #989898. Windows color (decimal): -8088848 or 15766148. OLE color: 15766148.

HSL color Cylindrical-coordinate representation of color #8492F0: hue angle of 232.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8492F0 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB132146240-
CMYK0.450.3900.06
HSL232.22º78.26%72.94%-
HSV(B)232.22º45%94.12%-
XYZ35.5231.7586.7-
YUV152.53177.36113.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 240 (94.14% from 255) = 46.33%
R=25.48%
G=28.19%
B=46.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1321462400.450.3900.06232.2278.2672.94
Hex8492F02D2706e84e49
Octal204222360554706350116111
Binary10000100100100101111000010110110011101101110100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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