Shades of Portage #869FFB
Tints of Portage #869FFB
RGB
CMYK
RGB Variations
Color information
#869FFB (or 0x869FFB) is known color: Portage. HEX triplet: 86, 9F and FB. RGB value is (134,159,251). Sum of RGB (Red+Green+Blue) = 134+159+251=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #869FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FFB is #796004. Grayscale: #A1A1A1. Windows color (decimal): -7954437 or 16490374. OLE color: 16490374.
HSL color Cylindrical-coordinate representation of color #869FFB: hue angle of 227.18º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869FFB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 159 | 251 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.02 |
| HSL | 227.18º | 0.94% | 0.75% | - |
| HSV(B) | 227.18º | 0.47% | 0.98% | - |
| XYZ | 39.64 | 36.83 | 96.29 | - |
| YUV | 162.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 251 | 0.47 | 0.37 | 0 | 0.02 | 227.18 | 0.94 | 0.75 |
| Hex | 86 | 9F | FB | 2F | 25 | 0 | 2 | E3 | 5E | 4B |
| Octal | 206 | 237 | 373 | 57 | 45 | 0 | 2 | 343 | 136 | 113 |
| Binary | 10000110 | 10011111 | 11111011 | 101111 | 100101 | 0 | 10 | 11100011 | 1011110 | 1001011 |
Color Harmonies of #869FFB
Complementary color
Monochromatic Colors of #869FFB
Black with #869FFB
Text Example
Text Example
White with #869FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869FFB; }
p { color: rgb(134,159,251); }
H1.HeaderClassName
{
color: #869FFB;
}
.AnyTagClassName
{
color: #869FFB;
}
</style>
background-color css
<style>
a { background-color: #869FFB; }
a { background-color: rgb(134,159,251); }
div.DivClassName
{
background-color: #869FFB;
}
.BgClassName
{
background-color: #869FFB;
}
</style>
border-color css
<style>
span { border-color: #869FFB; }
span { border-color: rgb(134,159,251); }
td.TdClassName
{
border-color: #869FFB;
}
.TagClassName
{
border-color: #869FFB;
}
</style>