Shades of Portage #868EDB
Tints of Portage #868EDB
RGB
CMYK
RGB Variations
Color information
#868EDB (or 0x868EDB) is known color: Portage. HEX triplet: 86, 8E and DB. RGB value is (134,142,219). Sum of RGB (Red+Green+Blue) = 134+142+219=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 142 (55.86% from 255 or 28.69% 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 #868EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EDB is #797124. Grayscale: #949494. Windows color (decimal): -7958821 or 14388870. OLE color: 14388870.
HSL color Cylindrical-coordinate representation of color #868EDB: hue angle of 234.35º 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 #868EDB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 142 | 219 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.14 |
| HSL | 234.35º | 0.54% | 0.69% | - |
| HSV(B) | 234.35º | 0.39% | 0.86% | - |
| XYZ | 32.29 | 29.53 | 71.02 | - |
| YUV | 148.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 142 | 219 | 0.39 | 0.35 | 0 | 0.14 | 234.35 | 0.54 | 0.69 |
| Hex | 86 | 8E | DB | 27 | 23 | 0 | E | EA | 36 | 45 |
| Octal | 206 | 216 | 333 | 47 | 43 | 0 | 16 | 352 | 66 | 105 |
| Binary | 10000110 | 10001110 | 11011011 | 100111 | 100011 | 0 | 1110 | 11101010 | 110110 | 1000101 |
Color Harmonies of #868EDB
Complementary color
Monochromatic Colors of #868EDB
Black with #868EDB
Text Example
Text Example
White with #868EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868EDB; }
p { color: rgb(134,142,219); }
H1.HeaderClassName
{
color: #868EDB;
}
.AnyTagClassName
{
color: #868EDB;
}
</style>
background-color css
<style>
a { background-color: #868EDB; }
a { background-color: rgb(134,142,219); }
div.DivClassName
{
background-color: #868EDB;
}
.BgClassName
{
background-color: #868EDB;
}
</style>
border-color css
<style>
span { border-color: #868EDB; }
span { border-color: rgb(134,142,219); }
td.TdClassName
{
border-color: #868EDB;
}
.TagClassName
{
border-color: #868EDB;
}
</style>