Shades of Portage #879BFA
Tints of Portage #879BFA
RGB
CMYK
RGB Variations
Color information
#879BFA (or 0x879BFA) is known color: Portage. HEX triplet: 87, 9B and FA. RGB value is (135,155,250). Sum of RGB (Red+Green+Blue) = 135+155+250=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #879BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879BFA is #786405. Grayscale: #9F9F9F. Windows color (decimal): -7889926 or 16423815. OLE color: 16423815.
HSL color Cylindrical-coordinate representation of color #879BFA: hue angle of 229.57º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879BFA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 155 | 250 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.02 |
| HSL | 229.57º | 0.92% | 0.75% | - |
| HSV(B) | 229.57º | 0.46% | 0.98% | - |
| XYZ | 38.97 | 35.5 | 95.24 | - |
| YUV | 159.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 250 | 0.46 | 0.38 | 0 | 0.02 | 229.57 | 0.92 | 0.75 |
| Hex | 87 | 9B | FA | 2E | 26 | 0 | 2 | E6 | 5C | 4B |
| Octal | 207 | 233 | 372 | 56 | 46 | 0 | 2 | 346 | 134 | 113 |
| Binary | 10000111 | 10011011 | 11111010 | 101110 | 100110 | 0 | 10 | 11100110 | 1011100 | 1001011 |
Color Harmonies of #879BFA
Complementary color
Monochromatic Colors of #879BFA
Black with #879BFA
Text Example
Text Example
White with #879BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BFA; }
p { color: rgb(135,155,250); }
H1.HeaderClassName
{
color: #879BFA;
}
.AnyTagClassName
{
color: #879BFA;
}
</style>
background-color css
<style>
a { background-color: #879BFA; }
a { background-color: rgb(135,155,250); }
div.DivClassName
{
background-color: #879BFA;
}
.BgClassName
{
background-color: #879BFA;
}
</style>
border-color css
<style>
span { border-color: #879BFA; }
span { border-color: rgb(135,155,250); }
td.TdClassName
{
border-color: #879BFA;
}
.TagClassName
{
border-color: #879BFA;
}
</style>