#8496DB

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

Shades of Portage #8496DB

Tints of Portage #8496DB

Color information

#8496DB (or 0x8496DB) is unknown color: approx Portage. HEX triplet: 84, 96 and DB. RGB value is (132,150,219). Sum of RGB (Red+Green+Blue) = 132+150+219=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8496DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496DB is #7B6924. Grayscale: #989898. Windows color (decimal): -8087845 or 14390916. OLE color: 14390916.

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

Color convert

RGB132150219-
CMYK0.400.3200.14
HSL227.59º54.72%68.82%-
HSV(B)227.59º39.73%85.88%-
XYZ33.2131.8371.41-
YUV152.48165.54113.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.35%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=26.35%
G=29.94%
B=43.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321502190.400.3200.14227.5954.7268.82
Hex8496DB28200Ee43745
Octal204226333504001634467105
Binary10000100100101101101101110100010000001110111001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8496DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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