#8491DB

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

Shades of Portage #8491DB

Tints of Portage #8491DB

Color information

#8491DB (or 0x8491DB) is unknown color: approx Portage. HEX triplet: 84, 91 and DB. RGB value is (132,145,219). Sum of RGB (Red+Green+Blue) = 132+145+219=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #8491DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491DB is #7B6E24. Grayscale: #959595. Windows color (decimal): -8089125 or 14389636. OLE color: 14389636.

HSL color Cylindrical-coordinate representation of color #8491DB: hue angle of 231.03º 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 #8491DB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132145219-
CMYK0.400.3400.14
HSL231.03º54.72%68.82%-
HSV(B)231.03º39.73%85.88%-
XYZ32.4330.2771.15-
YUV149.55167.19115.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.61%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=26.61%
G=29.23%
B=44.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321452190.400.3400.14231.0354.7268.82
Hex8491DB28220Ee73745
Octal204221333504201634767105
Binary10000100100100011101101110100010001001110111001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8491DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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