#8496DD

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

Shades of Portage #8496DD

Tints of Portage #8496DD

Color information

#8496DD (or 0x8496DD) is unknown color: approx Portage. HEX triplet: 84, 96 and DD. RGB value is (132,150,221). Sum of RGB (Red+Green+Blue) = 132+150+221=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #8496DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496DD is #7B6922. Grayscale: #989898. Windows color (decimal): -8087843 or 14521988. OLE color: 14521988.

HSL color Cylindrical-coordinate representation of color #8496DD: hue angle of 227.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8496DD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132150221-
CMYK0.400.3200.13
HSL227.87º56.69%69.22%-
HSV(B)227.87º40.27%86.67%-
XYZ33.4731.9472.81-
YUV152.71166.54113.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.24%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=26.24%
G=29.82%
B=43.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321502210.400.3200.13227.8756.6969.22
Hex8496DD28200De43945
Octal204226335504001534471105
Binary10000100100101101101110110100010000001101111001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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