Shades of Portage #8491DB
Tints of Portage #8491DB
RGB
CMYK
RGB Variations
Color information
#8491DB (or 0x8491DB) is known color: 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
| RGB | 132 | 145 | 219 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.14 |
| HSL | 231.03º | 0.55% | 0.69% | - |
| HSV(B) | 231.03º | 0.4% | 0.86% | - |
| XYZ | 32.43 | 30.27 | 71.15 | - |
| YUV | 149.55 | 167.19 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 219 | 0.40 | 0.34 | 0 | 0.14 | 231.03 | 0.55 | 0.69 |
| Hex | 84 | 91 | DB | 28 | 22 | 0 | E | E7 | 37 | 45 |
| Octal | 204 | 221 | 333 | 50 | 42 | 0 | 16 | 347 | 67 | 105 |
| Binary | 10000100 | 10010001 | 11011011 | 101000 | 100010 | 0 | 1110 | 11100111 | 110111 | 1000101 |
Color Harmonies of #8491DB
Complementary color
Monochromatic Colors of #8491DB
Black with #8491DB
Text Example
Text Example
White with #8491DB
Text Example
Text Example
HTML Codes & Css Web 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>