#8494FC

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

Shades of Portage #8494FC

Tints of Portage #8494FC

Color information

#8494FC (or 0x8494FC) is unknown color: approx Portage. HEX triplet: 84, 94 and FC. RGB value is (132,148,252). Sum of RGB (Red+Green+Blue) = 132+148+252=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #8494FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8494FC is #7B6B03. Grayscale: #9A9A9A. Windows color (decimal): -8088324 or 16553092. OLE color: 16553092.

HSL color Cylindrical-coordinate representation of color #8494FC: hue angle of 232º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8494FC is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132148252-
CMYK0.480.4100.01
HSL232º95.24%75.29%-
HSV(B)232º47.62%98.82%-
XYZ37.6833.1196.5-
YUV155.07182.7111.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 47.37%
R=24.81%
G=27.82%
B=47.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321482520.480.4100.0123295.2475.29
Hex8494FC302901e85f4b
Octal204224374605101350137113
Binary100001001001010011111100110000101001011110100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8494FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8494FC; }

 p { color: rgb(132,148,252); }

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

<style>
 a { background-color: #8494FC; }

 a { background-color: rgb(132,148,252); }

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

<style>
 span { border-color: #8494FC; }

 span { border-color: rgb(132,148,252); }

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