Shades of Portage #879FDB
Tints of Portage #879FDB
RGB
CMYK
RGB Variations
Color information
#879FDB (or 0x879FDB) is known color: Portage. HEX triplet: 87, 9F and DB. RGB value is (135,159,219). Sum of RGB (Red+Green+Blue) = 135+159+219=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #879FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FDB is #786024. Grayscale: #9E9E9E. Windows color (decimal): -7888933 or 14393223. OLE color: 14393223.
HSL color Cylindrical-coordinate representation of color #879FDB: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #879FDB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 159 | 219 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.14 |
| HSL | 222.86º | 0.54% | 0.69% | - |
| HSV(B) | 222.86º | 0.38% | 0.86% | - |
| XYZ | 35.18 | 35.06 | 71.93 | - |
| YUV | 158.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 219 | 0.38 | 0.27 | 0 | 0.14 | 222.86 | 0.54 | 0.69 |
| Hex | 87 | 9F | DB | 26 | 1B | 0 | E | DF | 36 | 45 |
| Octal | 207 | 237 | 333 | 46 | 33 | 0 | 16 | 337 | 66 | 105 |
| Binary | 10000111 | 10011111 | 11011011 | 100110 | 11011 | 0 | 1110 | 11011111 | 110110 | 1000101 |
Color Harmonies of #879FDB
Complementary color
Monochromatic Colors of #879FDB
Black with #879FDB
Text Example
Text Example
White with #879FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FDB; }
p { color: rgb(135,159,219); }
H1.HeaderClassName
{
color: #879FDB;
}
.AnyTagClassName
{
color: #879FDB;
}
</style>
background-color css
<style>
a { background-color: #879FDB; }
a { background-color: rgb(135,159,219); }
div.DivClassName
{
background-color: #879FDB;
}
.BgClassName
{
background-color: #879FDB;
}
</style>
border-color css
<style>
span { border-color: #879FDB; }
span { border-color: rgb(135,159,219); }
td.TdClassName
{
border-color: #879FDB;
}
.TagClassName
{
border-color: #879FDB;
}
</style>