Shades of Portage #8391DB
Tints of Portage #8391DB
RGB
CMYK
RGB Variations
Color information
#8391DB (or 0x8391DB) is known color: Portage. HEX triplet: 83, 91 and DB. RGB value is (131,145,219). Sum of RGB (Red+Green+Blue) = 131+145+219=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8391DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391DB is #7C6E24. Grayscale: #949494. Windows color (decimal): -8154661 or 14389635. OLE color: 14389635.
HSL color Cylindrical-coordinate representation of color #8391DB: hue angle of 230.45º 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 #8391DB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 145 | 219 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.14 |
| HSL | 230.45º | 0.55% | 0.69% | - |
| HSV(B) | 230.45º | 0.4% | 0.86% | - |
| XYZ | 32.27 | 30.19 | 71.14 | - |
| YUV | 149.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 219 | 0.40 | 0.34 | 0 | 0.14 | 230.45 | 0.55 | 0.69 |
| Hex | 83 | 91 | DB | 28 | 22 | 0 | E | E6 | 37 | 45 |
| Octal | 203 | 221 | 333 | 50 | 42 | 0 | 16 | 346 | 67 | 105 |
| Binary | 10000011 | 10010001 | 11011011 | 101000 | 100010 | 0 | 1110 | 11100110 | 110111 | 1000101 |
Color Harmonies of #8391DB
Complementary color
Monochromatic Colors of #8391DB
Black with #8391DB
Text Example
Text Example
White with #8391DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8391DB; }
p { color: rgb(131,145,219); }
H1.HeaderClassName
{
color: #8391DB;
}
.AnyTagClassName
{
color: #8391DB;
}
</style>
background-color css
<style>
a { background-color: #8391DB; }
a { background-color: rgb(131,145,219); }
div.DivClassName
{
background-color: #8391DB;
}
.BgClassName
{
background-color: #8391DB;
}
</style>
border-color css
<style>
span { border-color: #8391DB; }
span { border-color: rgb(131,145,219); }
td.TdClassName
{
border-color: #8391DB;
}
.TagClassName
{
border-color: #8391DB;
}
</style>