#8496FC

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

Shades of Portage #8496FC

Tints of Portage #8496FC

Color information

#8496FC (or 0x8496FC) is unknown color: approx Portage. HEX triplet: 84, 96 and FC. RGB value is (132,150,252). Sum of RGB (Red+Green+Blue) = 132+150+252=534 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.72% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #8496FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496FC is #7B6903. Grayscale: #9B9B9B. Windows color (decimal): -8087812 or 16553604. OLE color: 16553604.

HSL color Cylindrical-coordinate representation of color #8496FC: hue angle of 231º 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 #8496FC is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB132150252-
CMYK0.480.4000.01
HSL231º95.24%75.29%-
HSV(B)231º47.62%98.82%-
XYZ37.9933.7596.61-
YUV156.25182.04110.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.72%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=24.72%
G=28.09%
B=47.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321502520.480.4000.0123195.2475.29
Hex8496FC302801e75f4b
Octal204226374605001347137113
Binary100001001001011011111100110000101000011110011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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