Shades of Portage #868DDB
Tints of Portage #868DDB
RGB
CMYK
RGB Variations
Color information
#868DDB (or 0x868DDB) is known color: Portage. HEX triplet: 86, 8D and DB. RGB value is (134,141,219). Sum of RGB (Red+Green+Blue) = 134+141+219=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #868DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DDB is #797224. Grayscale: #939393. Windows color (decimal): -7959077 or 14388614. OLE color: 14388614.
HSL color Cylindrical-coordinate representation of color #868DDB: hue angle of 235.06º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868DDB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 141 | 219 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.14 |
| HSL | 235.06º | 0.54% | 0.69% | - |
| HSV(B) | 235.06º | 0.39% | 0.86% | - |
| XYZ | 32.14 | 29.23 | 70.97 | - |
| YUV | 147.8 | 168.18 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 141 | 219 | 0.39 | 0.36 | 0 | 0.14 | 235.06 | 0.54 | 0.69 |
| Hex | 86 | 8D | DB | 27 | 24 | 0 | E | EB | 36 | 45 |
| Octal | 206 | 215 | 333 | 47 | 44 | 0 | 16 | 353 | 66 | 105 |
| Binary | 10000110 | 10001101 | 11011011 | 100111 | 100100 | 0 | 1110 | 11101011 | 110110 | 1000101 |
Color Harmonies of #868DDB
Complementary color
Monochromatic Colors of #868DDB
Black with #868DDB
Text Example
Text Example
White with #868DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868DDB; }
p { color: rgb(134,141,219); }
H1.HeaderClassName
{
color: #868DDB;
}
.AnyTagClassName
{
color: #868DDB;
}
</style>
background-color css
<style>
a { background-color: #868DDB; }
a { background-color: rgb(134,141,219); }
div.DivClassName
{
background-color: #868DDB;
}
.BgClassName
{
background-color: #868DDB;
}
</style>
border-color css
<style>
span { border-color: #868DDB; }
span { border-color: rgb(134,141,219); }
td.TdClassName
{
border-color: #868DDB;
}
.TagClassName
{
border-color: #868DDB;
}
</style>