Shades of Portage #869BFB
Tints of Portage #869BFB
RGB
CMYK
RGB Variations
Color information
#869BFB (or 0x869BFB) is known color: Portage. HEX triplet: 86, 9B and FB. RGB value is (134,155,251). Sum of RGB (Red+Green+Blue) = 134+155+251=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #869BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869BFB is #796404. Grayscale: #9F9F9F. Windows color (decimal): -7955461 or 16489350. OLE color: 16489350.
HSL color Cylindrical-coordinate representation of color #869BFB: hue angle of 229.23º 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 #869BFB is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 155 | 251 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.02 |
| HSL | 229.23º | 0.94% | 0.75% | - |
| HSV(B) | 229.23º | 0.47% | 0.98% | - |
| XYZ | 38.97 | 35.48 | 96.06 | - |
| YUV | 159.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 251 | 0.47 | 0.38 | 0 | 0.02 | 229.23 | 0.94 | 0.75 |
| Hex | 86 | 9B | FB | 2F | 26 | 0 | 2 | E5 | 5E | 4B |
| Octal | 206 | 233 | 373 | 57 | 46 | 0 | 2 | 345 | 136 | 113 |
| Binary | 10000110 | 10011011 | 11111011 | 101111 | 100110 | 0 | 10 | 11100101 | 1011110 | 1001011 |
Color Harmonies of #869BFB
Complementary color
Monochromatic Colors of #869BFB
Black with #869BFB
Text Example
Text Example
White with #869BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869BFB; }
p { color: rgb(134,155,251); }
H1.HeaderClassName
{
color: #869BFB;
}
.AnyTagClassName
{
color: #869BFB;
}
</style>
background-color css
<style>
a { background-color: #869BFB; }
a { background-color: rgb(134,155,251); }
div.DivClassName
{
background-color: #869BFB;
}
.BgClassName
{
background-color: #869BFB;
}
</style>
border-color css
<style>
span { border-color: #869BFB; }
span { border-color: rgb(134,155,251); }
td.TdClassName
{
border-color: #869BFB;
}
.TagClassName
{
border-color: #869BFB;
}
</style>