#8496FD

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

Shades of Portage #8496FD

Tints of Portage #8496FD

Color information

#8496FD (or 0x8496FD) is unknown color: approx Portage. HEX triplet: 84, 96 and FD. RGB value is (132,150,253). Sum of RGB (Red+Green+Blue) = 132+150+253=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8496FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8496FD is #7B6902. Grayscale: #9B9B9B. Windows color (decimal): -8087811 or 16619140. OLE color: 16619140.

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

Color convert

RGB132150253-
CMYK0.480.4100.01
HSL231.07º96.8%75.49%-
HSV(B)231.07º47.83%99.22%-
XYZ38.1533.8197.44-
YUV156.36182.54110.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=24.67%
G=28.04%
B=47.29%

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
Decimal1321502530.480.4100.01231.0796.875.49
Hex8496FD302901e7614b
Octal204226375605101347141113
Binary100001001001011011111101110000101001011110011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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