Shades of Portage #87A1FB
Tints of Portage #87A1FB
RGB
CMYK
RGB Variations
Color information
#87A1FB (or 0x87A1FB) is known color: Portage. HEX triplet: 87, A1 and FB. RGB value is (135,161,251). Sum of RGB (Red+Green+Blue) = 135+161+251=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #87A1FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A1FB is #785E04. Grayscale: #A3A3A3. Windows color (decimal): -7888389 or 16490887. OLE color: 16490887.
HSL color Cylindrical-coordinate representation of color #87A1FB: hue angle of 226.55º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A1FB is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 161 | 251 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.02 |
| HSL | 226.55º | 0.94% | 0.76% | - |
| HSV(B) | 226.55º | 0.46% | 0.98% | - |
| XYZ | 40.15 | 37.61 | 96.41 | - |
| YUV | 163.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 251 | 0.46 | 0.36 | 0 | 0.02 | 226.55 | 0.94 | 0.76 |
| Hex | 87 | A1 | FB | 2E | 24 | 0 | 2 | E3 | 5E | 4C |
| Octal | 207 | 241 | 373 | 56 | 44 | 0 | 2 | 343 | 136 | 114 |
| Binary | 10000111 | 10100001 | 11111011 | 101110 | 100100 | 0 | 10 | 11100011 | 1011110 | 1001100 |
Color Harmonies of #87A1FB
Complementary color
Monochromatic Colors of #87A1FB
Black with #87A1FB
Text Example
Text Example
White with #87A1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A1FB; }
p { color: rgb(135,161,251); }
H1.HeaderClassName
{
color: #87A1FB;
}
.AnyTagClassName
{
color: #87A1FB;
}
</style>
background-color css
<style>
a { background-color: #87A1FB; }
a { background-color: rgb(135,161,251); }
div.DivClassName
{
background-color: #87A1FB;
}
.BgClassName
{
background-color: #87A1FB;
}
</style>
border-color css
<style>
span { border-color: #87A1FB; }
span { border-color: rgb(135,161,251); }
td.TdClassName
{
border-color: #87A1FB;
}
.TagClassName
{
border-color: #87A1FB;
}
</style>