Shades of Portage #869EFF
Tints of Portage #869EFF
RGB
CMYK
RGB Variations
Color information
#869EFF (or 0x869EFF) is known color: Portage. HEX triplet: 86, 9E and FF. RGB value is (134,158,255). Sum of RGB (Red+Green+Blue) = 134+158+255=547 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.50% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #869EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869EFF is #796100. Grayscale: #A1A1A1. Windows color (decimal): -7954689 or 16752262. OLE color: 16752262.
HSL color Cylindrical-coordinate representation of color #869EFF: hue angle of 228.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869EFF is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 158 | 255 | - |
| CMYK | 0.47 | 0.38 | 0 | 0 |
| HSL | 228.1º | 1% | 0.76% | - |
| HSV(B) | 228.1º | 0.47% | 1% | - |
| XYZ | 40.11 | 36.74 | 99.59 | - |
| YUV | 161.88 | 180.55 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 255 | 0.47 | 0.38 | 0 | 0 | 228.1 | 1 | 0.76 |
| Hex | 86 | 9E | FF | 2F | 26 | 0 | 0 | E4 | 64 | 4C |
| Octal | 206 | 236 | 377 | 57 | 46 | 0 | 0 | 344 | 144 | 114 |
| Binary | 10000110 | 10011110 | 11111111 | 101111 | 100110 | 0 | 0 | 11100100 | 1100100 | 1001100 |
Color Harmonies of #869EFF
Complementary color
Monochromatic Colors of #869EFF
Black with #869EFF
Text Example
Text Example
White with #869EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869EFF; }
p { color: rgb(134,158,255); }
H1.HeaderClassName
{
color: #869EFF;
}
.AnyTagClassName
{
color: #869EFF;
}
</style>
background-color css
<style>
a { background-color: #869EFF; }
a { background-color: rgb(134,158,255); }
div.DivClassName
{
background-color: #869EFF;
}
.BgClassName
{
background-color: #869EFF;
}
</style>
border-color css
<style>
span { border-color: #869EFF; }
span { border-color: rgb(134,158,255); }
td.TdClassName
{
border-color: #869EFF;
}
.TagClassName
{
border-color: #869EFF;
}
</style>